diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-01-21 02:12:03 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-01-21 02:12:03 +0000 |
commit | a30a8d654a9f5bb8375e2264f0e1c48f67f82c7b (patch) | |
tree | 9d76fd028c89b58dda47ac825b5d195dec43342c /dev-libs/libgcrypt | |
parent | Replaced by dev-lua/luaevent; masked for removal in 30 days; bug #333097 (diff) | |
download | gentoo-2-a30a8d654a9f5bb8375e2264f0e1c48f67f82c7b.tar.gz gentoo-2-a30a8d654a9f5bb8375e2264f0e1c48f67f82c7b.tar.bz2 gentoo-2-a30a8d654a9f5bb8375e2264f0e1c48f67f82c7b.zip |
Bug #352302: Make static-libs IUSE default so that the installcd stage1 builds correctly again.
(Portage version: 2.2.0_alpha18/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libgcrypt')
-rw-r--r-- | dev-libs/libgcrypt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libgcrypt/libgcrypt-1.4.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/libgcrypt/ChangeLog b/dev-libs/libgcrypt/ChangeLog index 21cab24d38fb..1dbea63728d6 100644 --- a/dev-libs/libgcrypt/ChangeLog +++ b/dev-libs/libgcrypt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libgcrypt # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/ChangeLog,v 1.143 2011/01/16 19:47:50 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/ChangeLog,v 1.144 2011/01/21 02:12:03 robbat2 Exp $ + + 21 Jan 2011; Robin H. Johnson <robbat2@gentoo.org> libgcrypt-1.4.6.ebuild: + Bug #352302: Make static-libs IUSE default so that the installcd stage1 + builds correctly again. 16 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> libgcrypt-1.4.6.ebuild: diff --git a/dev-libs/libgcrypt/libgcrypt-1.4.6.ebuild b/dev-libs/libgcrypt/libgcrypt-1.4.6.ebuild index 4353378b991d..89ef5537953c 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.4.6.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.4.6.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/libgcrypt/libgcrypt-1.4.6.ebuild,v 1.10 2011/01/16 19:47:50 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.4.6.ebuild,v 1.11 2011/01/21 02:12:03 robbat2 Exp $ EAPI="3" @@ -14,7 +14,7 @@ SRC_URI="mirror://gnupg/libgcrypt/${P}.tar.bz2 LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" -IUSE="static-libs" +IUSE="+static-libs" RDEPEND=">=dev-libs/libgpg-error-1.5" DEPEND="${RDEPEND}" |