diff options
author | 2003-03-05 04:40:15 +0000 | |
---|---|---|
committer | 2003-03-05 04:40:15 +0000 | |
commit | cd8fde6aebfced78df4c6d06c53b91988b743a19 (patch) | |
tree | d135ba9d4f541981b2dabca75d50bae267957fd8 /app-crypt/pinentry | |
parent | added Azarahs stage0 fix (diff) | |
download | gentoo-2-cd8fde6aebfced78df4c6d06c53b91988b743a19.tar.gz gentoo-2-cd8fde6aebfced78df4c6d06c53b91988b743a19.tar.bz2 gentoo-2-cd8fde6aebfced78df4c6d06c53b91988b743a19.zip |
add ~ppc keyword
Diffstat (limited to 'app-crypt/pinentry')
-rw-r--r-- | app-crypt/pinentry/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/pinentry/pinentry-0.6.7-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-crypt/pinentry/ChangeLog b/app-crypt/pinentry/ChangeLog index c8bfca795a65..e2b47eb375cc 100644 --- a/app-crypt/pinentry/ChangeLog +++ b/app-crypt/pinentry/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for app-crypt/pinentry # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.3 2003/02/12 03:28:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.4 2003/03/05 04:40:15 darkspecter Exp $ *pinentry-0.6.7-r1 (07 Feb 2003) + 05 Mar 2003; Bartosch Pixa <darkspecter@gentoo.org> + pinentry-0.6.7-r1.ebuild: + set ~ppc in keywords + 07 Feb 2003; J Robert Ray <jrray@gentoo.org> : Added patch to correct problem with pinentry-qt. Thanks to Paul de Vrieze <gentoo-bugs@devrieze.net>. diff --git a/app-crypt/pinentry/pinentry-0.6.7-r1.ebuild b/app-crypt/pinentry/pinentry-0.6.7-r1.ebuild index 30e8784f9100..44cd88b4c8dd 100644 --- a/app-crypt/pinentry/pinentry-0.6.7-r1.ebuild +++ b/app-crypt/pinentry/pinentry-0.6.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.6.7-r1.ebuild,v 1.2 2003/02/07 14:06:03 jrray Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.6.7-r1.ebuild,v 1.3 2003/03/05 04:40:15 darkspecter Exp $ DESCRIPTION="This is a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol as described by the aegypten project." HOMEPAGE="http://www.gnupg.org/aegypten/" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.gnupg.org/gcrypt/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="qt gtk ncurses" |