diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2006-06-26 02:43:10 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2006-06-26 02:43:10 +0000 |
commit | e2e774966454f66defea14ac9b9754137cfeecb3 (patch) | |
tree | 9dbe55654f122a8e2e264f2160902a1ca52f4537 /app-crypt | |
parent | Added ~x86-fbsd keyword. (diff) | |
download | gentoo-2-e2e774966454f66defea14ac9b9754137cfeecb3.tar.gz gentoo-2-e2e774966454f66defea14ac9b9754137cfeecb3.tar.bz2 gentoo-2-e2e774966454f66defea14ac9b9754137cfeecb3.zip |
Added ~x86 keyword.
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/pinentry/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/pinentry/pinentry-0.7.2-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-crypt/pinentry/ChangeLog b/app-crypt/pinentry/ChangeLog index e63c3375132b..abed41f5872b 100644 --- a/app-crypt/pinentry/ChangeLog +++ b/app-crypt/pinentry/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/pinentry # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.47 2006/06/23 23:54:49 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.48 2006/06/26 02:43:10 the_paya Exp $ + + 26 Jun 2006; Javier Villavicencio <the_paya@gentoo.org> + pinentry-0.7.2-r3.ebuild: + Add ~x86-fbsd keyword. 23 Jun 2006; Doug Goldstein <cardoe@gentoo.org> pinentry-0.7.2-r2.ebuild, pinentry-0.7.2-r3.ebuild: diff --git a/app-crypt/pinentry/pinentry-0.7.2-r3.ebuild b/app-crypt/pinentry/pinentry-0.7.2-r3.ebuild index 0fe490af990f..189697a1c8dc 100644 --- a/app-crypt/pinentry/pinentry-0.7.2-r3.ebuild +++ b/app-crypt/pinentry/pinentry-0.7.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.7.2-r3.ebuild,v 1.6 2006/06/23 23:54:49 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.7.2-r3.ebuild,v 1.7 2006/06/26 02:43:10 the_paya Exp $ inherit flag-o-matic qt3 multilib eutils autotools @@ -10,7 +10,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="gtk ncurses qt3 caps" DEPEND="gtk? ( =x11-libs/gtk+-2* ) |