diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-07 00:12:36 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-07 00:12:36 +0000 |
commit | e9fd0625b3cd769eb8c7bef9ec0ec1b4bbd007f0 (patch) | |
tree | e24ec800e9ed7b8db6fb821acb38edf3ac7456ff /app-crypt | |
parent | sync IUSE (+X +smartcard) (diff) | |
download | gentoo-2-e9fd0625b3cd769eb8c7bef9ec0ec1b4bbd007f0.tar.gz gentoo-2-e9fd0625b3cd769eb8c7bef9ec0ec1b4bbd007f0.tar.bz2 gentoo-2-e9fd0625b3cd769eb8c7bef9ec0ec1b4bbd007f0.zip |
sync IUSE (+smartcard)
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gpg-agent/gpg-agent-1.9.15.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/gpg-agent/gpg-agent-1.9.16.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/gpg-agent/gpg-agent-1.9.15.ebuild b/app-crypt/gpg-agent/gpg-agent-1.9.15.ebuild index 4c37500f84f6..2a6b86738acf 100644 --- a/app-crypt/gpg-agent/gpg-agent-1.9.15.ebuild +++ b/app-crypt/gpg-agent/gpg-agent-1.9.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.15.ebuild,v 1.4 2005/03/14 18:37:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpg-agent/gpg-agent-1.9.15.ebuild,v 1.5 2005/07/07 00:12:36 agriffis Exp $ inherit eutils flag-o-matic @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~ppc ~x86 ~sparc ~hppa ~ppc64 ~alpha ~ia64" # ~mips ~s390 ~arm - libksba libpth bug #79171 # ~mips missing until libassuan gets the keywords bug #76381 -IUSE="nls caps threads" +IUSE="caps nls smartcard threads" RDEPEND="app-crypt/gnupg nls? ( sys-devel/gettext ) diff --git a/app-crypt/gpg-agent/gpg-agent-1.9.16.ebuild b/app-crypt/gpg-agent/gpg-agent-1.9.16.ebuild index b05b14a56584..e38298f400a8 100644 --- a/app-crypt/gpg-agent/gpg-agent-1.9.16.ebuild +++ b/app-crypt/gpg-agent/gpg-agent-1.9.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.16.ebuild,v 1.1 2005/06/18 00:55:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpg-agent/gpg-agent-1.9.16.ebuild,v 1.2 2005/07/07 00:12:36 agriffis Exp $ inherit eutils flag-o-matic @@ -19,7 +19,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" # ~mips ~s390 ~arm - libksba libpth bug #79171 # ~mips missing until libassuan gets the keywords bug #76381 -IUSE="nls caps threads" +IUSE="caps nls smartcard threads" RDEPEND="app-crypt/gnupg nls? ( sys-devel/gettext ) |