summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-09-16 20:02:58 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-09-16 20:02:58 +0000
commit60da2792022444cceca4a15e737ad53b92931f35 (patch)
tree0c71aae3eb2ef3821ce7663510c82a1660b512b7 /dev-libs/d0_blind_id
parentdev-util/netbeans: fixed jdk dependency (diff)
downloadgentoo-2-60da2792022444cceca4a15e737ad53b92931f35.tar.gz
gentoo-2-60da2792022444cceca4a15e737ad53b92931f35.tar.bz2
gentoo-2-60da2792022444cceca4a15e737ad53b92931f35.zip
remove openssl and tommath deps since they aren't needed by xonotic
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'dev-libs/d0_blind_id')
-rw-r--r--dev-libs/d0_blind_id/ChangeLog5
-rw-r--r--dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild14
2 files changed, 9 insertions, 10 deletions
diff --git a/dev-libs/d0_blind_id/ChangeLog b/dev-libs/d0_blind_id/ChangeLog
index 7f71ae20f26f..a6a3c2bf43a8 100644
--- a/dev-libs/d0_blind_id/ChangeLog
+++ b/dev-libs/d0_blind_id/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/d0_blind_id
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/ChangeLog,v 1.1 2011/09/16 18:37:45 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/ChangeLog,v 1.2 2011/09/16 20:02:58 mr_bones_ Exp $
+
+ 16 Sep 2011; Michael Sterrett <mr_bones_@gentoo.org> d0_blind_id-0.3.ebuild:
+ remove openssl and tommath deps since they aren't needed by xonotic
*d0_blind_id-0.3 (16 Sep 2011)
diff --git a/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild b/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild
index f878a83af512..e6757ecad77e 100644
--- a/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild
+++ b/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild,v 1.1 2011/09/16 18:37:45 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild,v 1.2 2011/09/16 20:02:58 mr_bones_ Exp $
EAPI=4
inherit autotools-utils
@@ -12,12 +12,9 @@ SRC_URI="https://github.com/downloads/divVerent/d0_blind_id/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="ssl static-libs tommath"
-REQUIRED_USE="ssl? ( !tommath )"
+IUSE="static-libs"
-RDEPEND="ssl? ( !tommath? ( dev-libs/gmp ) )
- ssl? ( dev-libs/openssl )
- tommath? ( dev-libs/libtommath )"
+RDEPEND="dev-libs/gmp"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
@@ -25,10 +22,9 @@ DOCS=( d0_blind_id.txt )
src_configure() {
econf \
- --disable-dependency-tracking \
--enable-rijndael \
- $(use_with ssl openssl) \
- $(use_with tommath) \
+ --without-openssl \
+ --without-tommath \
$(use_enable static-libs static)
}