diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-06-17 20:14:19 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-06-17 20:14:19 +0000 |
commit | e1adb81eee14890c2f49803aa4cec5eee9ccd713 (patch) | |
tree | f8e484dea1dd5de7f86fb8f75eafc8bec70ce26c /app-crypt | |
parent | arm stable, bug #420717 (diff) | |
download | gentoo-2-e1adb81eee14890c2f49803aa4cec5eee9ccd713.tar.gz gentoo-2-e1adb81eee14890c2f49803aa4cec5eee9ccd713.tar.bz2 gentoo-2-e1adb81eee14890c2f49803aa4cec5eee9ccd713.zip |
marked x86 per bug 421593
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/pinentry/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/pinentry/pinentry-0.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/pinentry/ChangeLog b/app-crypt/pinentry/ChangeLog index 83876cb01c38..86063ec3c20e 100644 --- a/app-crypt/pinentry/ChangeLog +++ b/app-crypt/pinentry/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/pinentry # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.119 2012/05/09 16:41:31 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.120 2012/06/17 20:14:19 jdhore Exp $ + + 17 Jun 2012; Jeff Horelick <jdhore@gentoo.org> pinentry-0.8.1.ebuild: + marked x86 per bug 421593 09 May 2012; Alexis Ballier <aballier@gentoo.org> pinentry-0.8.1.ebuild: keyword ~amd64-fbsd diff --git a/app-crypt/pinentry/pinentry-0.8.1.ebuild b/app-crypt/pinentry/pinentry-0.8.1.ebuild index 54a9ce60384f..daab9ed0eef8 100644 --- a/app-crypt/pinentry/pinentry-0.8.1.ebuild +++ b/app-crypt/pinentry/pinentry-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.8.1.ebuild,v 1.6 2012/05/09 16:41:31 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.8.1.ebuild,v 1.7 2012/06/17 20:14:19 jdhore Exp $ EAPI=3 @@ -12,7 +12,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="gtk ncurses qt4 caps static" RDEPEND="app-admin/eselect-pinentry |