summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad House <brad_mssw@gentoo.org>2004-02-21 23:52:52 +0000
committerBrad House <brad_mssw@gentoo.org>2004-02-21 23:52:52 +0000
commit3ba06dc16129313d5d82cac4b9e199c364036474 (patch)
tree5be41b7a19733c81bb25af02a6376878b61459e2 /net-news/pan
parentamd64 (Manifest recommit) (diff)
downloadgentoo-2-3ba06dc16129313d5d82cac4b9e199c364036474.tar.gz
gentoo-2-3ba06dc16129313d5d82cac4b9e199c364036474.tar.bz2
gentoo-2-3ba06dc16129313d5d82cac4b9e199c364036474.zip
amd64
Diffstat (limited to 'net-news/pan')
-rw-r--r--net-news/pan/pan-0.14.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-news/pan/pan-0.14.2.ebuild b/net-news/pan/pan-0.14.2.ebuild
index 7a155ac049a6..99ebaca65fd8 100644
--- a/net-news/pan/pan-0.14.2.ebuild
+++ b/net-news/pan/pan-0.14.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.14.2.ebuild,v 1.3 2004/01/09 21:43:37 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.14.2.ebuild,v 1.4 2004/02/21 23:48:25 brad_mssw Exp $
IUSE="spell"
@@ -9,7 +9,7 @@ SRC_URI="http://pan.rebelbase.com/download/releases/${PV}/SOURCE/${P}.tar.bz2"
HOMEPAGE="http://pan.rebelbase.com"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~hppa ~ppc ~sparc"
+KEYWORDS="~x86 ~hppa ~ppc ~sparc amd64"
SLOT="0"
RDEPEND=">=dev-libs/glib-2.0.4
@@ -36,7 +36,7 @@ src_compile() {
use spell \
&& myconf="${myconf} --enable-gtkspell" \
|| myconf="${myconf} --disable-gtkspell"
-
+ cd ${S} && libtoolize -c -f
econf ${myconf} || die "Configure failure"
emake || die "Compilation failure"