summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-01-13 23:11:59 +0000
committerMike Frysinger <vapier@gentoo.org>2007-01-13 23:11:59 +0000
commit2b961c72a61566487ad48bc72b8e82ef17cecb07 (patch)
tree2d13b7a4aa90ead084c29fcab9ac20b6c4ffff11 /app-crypt
parentarm/ia64/s390/sh stable (diff)
downloadgentoo-2-2b961c72a61566487ad48bc72b8e82ef17cecb07.tar.gz
gentoo-2-2b961c72a61566487ad48bc72b8e82ef17cecb07.tar.bz2
gentoo-2-2b961c72a61566487ad48bc72b8e82ef17cecb07.zip
arm/s390/sh stable
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/pinentry/pinentry-0.7.2-r3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/pinentry/pinentry-0.7.2-r3.ebuild b/app-crypt/pinentry/pinentry-0.7.2-r3.ebuild
index 1a8e0c51c413..3f0be1ef2825 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-2007 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.16 2007/01/09 20:38:32 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.7.2-r3.ebuild,v 1.17 2007/01/13 23:11:59 vapier Exp $
WANT_AUTOCONF="2.5"
WANT_AUTOMAKE="1.9"
@@ -13,7 +13,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 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc ~x86 ~x86-fbsd"
IUSE="gtk ncurses qt3 caps"
DEPEND="gtk? ( =x11-libs/gtk+-2* )
@@ -60,7 +60,7 @@ src_compile() {
}
src_install() {
- make DESTDIR="${D}" install || die "make install failed"
+ emake DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS ChangeLog NEWS README THANKS TODO || die "dodoc failed"
}