diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-09-29 20:09:23 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-09-29 20:09:23 +0000 |
commit | 4f9c057044a1e5e592e73f53a6a87e4bad645666 (patch) | |
tree | cff94c14cccc0748f329a3e159cd6c914848967c /app-crypt | |
parent | version bump and possible gcc 3.2 upstream fix (diff) | |
download | gentoo-2-4f9c057044a1e5e592e73f53a6a87e4bad645666.tar.gz gentoo-2-4f9c057044a1e5e592e73f53a6a87e4bad645666.tar.bz2 gentoo-2-4f9c057044a1e5e592e73f53a6a87e4bad645666.zip |
fixo (emake -> make)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gpa/gpa-0.4.3.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-crypt/gpa/gpa-0.4.3.ebuild b/app-crypt/gpa/gpa-0.4.3.ebuild index 0e239c2cde2f..25c06d367962 100644 --- a/app-crypt/gpa/gpa-0.4.3.ebuild +++ b/app-crypt/gpa/gpa-0.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpa/gpa-0.4.3.ebuild,v 1.6 2002/08/16 02:36:53 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpa/gpa-0.4.3.ebuild,v 1.7 2002/09/29 20:09:23 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Standard GUI for GnuPG" @@ -11,9 +11,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc sparc64" -DEPEND="=x11-libs/gtk+-1.2* - app-crypt/gnupg - nls? ( sys-devel/gettext )" +DEPEND="=x11-libs/gtk+-1.2* app-crypt/gnupg nls? ( sys-devel/gettext )" RDEPEND="${DEPEND}" @@ -23,7 +21,9 @@ src_compile() { use nls || myconf="--disable-nls" econf ${myconf} || die - emake || die + #didn't work as of 0.4.3 (drobbins, 30 Sep 2002) + #emake || die + make || die } src_install () { |