diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-04-22 11:56:48 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-04-22 11:56:48 +0000 |
commit | ecf164b2f92015631d218609139ab928edb246ef (patch) | |
tree | 628bb4e4afac3cad1527bee5aa2105fbb96cb9d6 /app-crypt/pinentry/pinentry-0.7.2-r3.ebuild | |
parent | Fix broken compilation when LDFLAGS=-Wl,--as-needed (#130796). Quote $S, $D, ... (diff) | |
download | gentoo-2-ecf164b2f92015631d218609139ab928edb246ef.tar.gz gentoo-2-ecf164b2f92015631d218609139ab928edb246ef.tar.bz2 gentoo-2-ecf164b2f92015631d218609139ab928edb246ef.zip |
Added ~ppc64; bug #130718
(Portage version: 2.0.54)
Diffstat (limited to 'app-crypt/pinentry/pinentry-0.7.2-r3.ebuild')
-rw-r--r-- | app-crypt/pinentry/pinentry-0.7.2-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/pinentry/pinentry-0.7.2-r3.ebuild b/app-crypt/pinentry/pinentry-0.7.2-r3.ebuild index f66734c74988..6f363a75a671 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.2 2006/02/23 22:57:17 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.7.2-r3.ebuild,v 1.3 2006/04/22 11:56:48 corsair 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 ~ia64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="gtk ncurses qt caps" DEPEND="gtk? ( =x11-libs/gtk+-2* ) |