diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2006-02-17 01:12:18 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2006-02-17 01:12:18 +0000 |
commit | d3d06a2afb694155fd9db1ed1993a94ef8921d6b (patch) | |
tree | 3e1067568dff420445afa3dd12c193c926aa7575 /app-crypt/gpg-agent | |
parent | Remove gettext from RDEPEND. Fixes bug 123105. Thanks to Diego Petteno <flame... (diff) | |
download | gentoo-2-d3d06a2afb694155fd9db1ed1993a94ef8921d6b.tar.gz gentoo-2-d3d06a2afb694155fd9db1ed1993a94ef8921d6b.tar.bz2 gentoo-2-d3d06a2afb694155fd9db1ed1993a94ef8921d6b.zip |
Remove gettext from RDEPEND. Fixes bug 123106. Thanks to Diego Petteno <flameeyes at gentoo dot org>.
(Portage version: 2.0.54)
Diffstat (limited to 'app-crypt/gpg-agent')
-rw-r--r-- | app-crypt/gpg-agent/ChangeLog | 9 | ||||
-rw-r--r-- | app-crypt/gpg-agent/gpg-agent-1.9.18.ebuild | 9 | ||||
-rw-r--r-- | app-crypt/gpg-agent/gpg-agent-1.9.19.ebuild | 9 |
3 files changed, 17 insertions, 10 deletions
diff --git a/app-crypt/gpg-agent/ChangeLog b/app-crypt/gpg-agent/ChangeLog index a0da82f0ce53..0d8adb390140 100644 --- a/app-crypt/gpg-agent/ChangeLog +++ b/app-crypt/gpg-agent/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-crypt/gpg-agent -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpg-agent/ChangeLog,v 1.14 2005/12/25 14:22:59 flameeyes Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpg-agent/ChangeLog,v 1.15 2006/02/17 01:12:18 vanquirius Exp $ + + 17 Feb 2006; Marcelo Goes <vanquirius@gentoo.org> gpg-agent-1.9.18.ebuild, + gpg-agent-1.9.19.ebuild: + Remove gettext from RDEPEND. Fixes bug 123106. Thanks to Diego Petteno + <flameeyes at gentoo dot org>. 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> gpg-agent-1.9.19.ebuild: diff --git a/app-crypt/gpg-agent/gpg-agent-1.9.18.ebuild b/app-crypt/gpg-agent/gpg-agent-1.9.18.ebuild index 8e5ca76c9002..2cd65d17de0e 100644 --- a/app-crypt/gpg-agent/gpg-agent-1.9.18.ebuild +++ b/app-crypt/gpg-agent/gpg-agent-1.9.18.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpg-agent/gpg-agent-1.9.18.ebuild,v 1.1 2005/08/06 05:31:05 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpg-agent/gpg-agent-1.9.18.ebuild,v 1.2 2006/02/17 01:12:18 vanquirius Exp $ inherit eutils flag-o-matic @@ -19,7 +19,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="caps nls smartcard" RDEPEND="app-crypt/gnupg - nls? ( sys-devel/gettext ) + nls? ( virtual/libintl ) >=dev-libs/libassuan-0.6.10 caps? ( sys-libs/libcap ) >=dev-libs/libgpg-error-1.0 @@ -28,7 +28,8 @@ RDEPEND="app-crypt/gnupg smartcard? ( >=dev-libs/opensc-0.8.0 ) >=dev-libs/pth-1.3.7" DEPEND="${RDEPEND} - dev-lang/perl" + dev-lang/perl + nls? ( sys-devel/gettext )" src_compile() { # We install +s only if USE=-caps and not OS X diff --git a/app-crypt/gpg-agent/gpg-agent-1.9.19.ebuild b/app-crypt/gpg-agent/gpg-agent-1.9.19.ebuild index 6d007b2f88c9..a828047ce541 100644 --- a/app-crypt/gpg-agent/gpg-agent-1.9.19.ebuild +++ b/app-crypt/gpg-agent/gpg-agent-1.9.19.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpg-agent/gpg-agent-1.9.19.ebuild,v 1.2 2005/12/25 14:22:59 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpg-agent/gpg-agent-1.9.19.ebuild,v 1.3 2006/02/17 01:12:18 vanquirius Exp $ inherit eutils flag-o-matic @@ -19,7 +19,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="caps nls smartcard" RDEPEND="app-crypt/gnupg - nls? ( sys-devel/gettext ) + nls? ( virtual/libintl ) >=dev-libs/libassuan-0.6.10 caps? ( sys-libs/libcap ) >=dev-libs/libgpg-error-1.0 @@ -28,7 +28,8 @@ RDEPEND="app-crypt/gnupg smartcard? ( >=dev-libs/opensc-0.8.0 ) >=dev-libs/pth-1.3.7" DEPEND="${RDEPEND} - dev-lang/perl" + dev-lang/perl + nls? ( sys-devel/gettext )" src_compile() { # We install +s only if USE=-caps |