diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-10-04 11:11:39 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-10-04 11:11:39 +0000 |
commit | bf287fbd05cf99072549fab9c883710af274743e (patch) | |
tree | 6c3e17a5d6949507d6c7b9c45d0dae3d0502019d /net-nntp/pan/pan-9999.ebuild | |
parent | Version bump (diff) | |
download | historical-bf287fbd05cf99072549fab9c883710af274743e.tar.gz historical-bf287fbd05cf99072549fab9c883710af274743e.tar.bz2 historical-bf287fbd05cf99072549fab9c883710af274743e.zip |
Fix deps on gmime since it is now slotted, bug #239412. remove old revisions.
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.24-gentoo-r8 i686
Diffstat (limited to 'net-nntp/pan/pan-9999.ebuild')
-rw-r--r-- | net-nntp/pan/pan-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-nntp/pan/pan-9999.ebuild b/net-nntp/pan/pan-9999.ebuild index 5c43ead3ff7b..2197ddbf6360 100644 --- a/net-nntp/pan/pan-9999.ebuild +++ b/net-nntp/pan/pan-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-9999.ebuild,v 1.1 2008/07/14 10:48:43 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-9999.ebuild,v 1.2 2008/10/04 11:11:38 eva Exp $ inherit autotools subversion @@ -20,7 +20,7 @@ IUSE="spell" RDEPEND=">=dev-libs/glib-2.4.0 >=x11-libs/gtk+-2.4.0 >=dev-libs/libpcre-5.0 - >=dev-libs/gmime-2.1.9 + =dev-libs/gmime-2.2* spell? ( >=app-text/gtkspell-2.0.7 )" DEPEND="${RDEPEND} @@ -41,7 +41,7 @@ src_unpack() { } src_compile() { - econf $(use_with spell gtkspell) || die "econf failed" + econf $(use_with spell gtkspell) emake || die "emake failed" } |