diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-07-28 22:22:41 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-07-28 22:22:41 +0000 |
commit | 52329ffc4a4970882b36935b8351d24e7ffd06d5 (patch) | |
tree | 63ddb5819c5521acd62b821eda46631778bdba98 /mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild | |
parent | Fix build with gcc-4.1.2 Bug #170568 (diff) | |
download | gentoo-2-52329ffc4a4970882b36935b8351d24e7ffd06d5.tar.gz gentoo-2-52329ffc4a4970882b36935b8351d24e7ffd06d5.tar.bz2 gentoo-2-52329ffc4a4970882b36935b8351d24e7ffd06d5.zip |
add ~amd64, bug 186666
(Portage version: 2.1.2.9)
Diffstat (limited to 'mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild')
-rw-r--r-- | mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild b/mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild index 96f0d04a79b8..99def55692a8 100644 --- a/mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild +++ b/mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild,v 1.7 2006/11/17 01:06:22 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild,v 1.8 2007/07/28 22:22:41 beandog Exp $ inherit eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.megaloman.com/~hany/software/pinepgp/" SRC_URI="http://www.megaloman.com/~hany/_data/pinepgp/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="ppc x86" +KEYWORDS="~amd64 ppc x86" IUSE="" DEPEND="mail-client/pine app-crypt/gnupg" @@ -20,12 +20,7 @@ src_unpack() { epatch ${FILESDIR}/${P}-makefile-sed-fix.patch } -src_compile() { - econf || die "configure problem" - emake || die "compile problem" -} - src_install() { make DESTDIR=${D} install || die "install problem" - dodoc ChangeLog COPYING README + dodoc ChangeLog README } |