diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-12-17 23:10:37 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-12-17 23:10:37 +0000 |
commit | 630d288b9118fb71e1dc619ee0aa29229982c87d (patch) | |
tree | da9e075b7f3a73be8f9647a1cdf3cc54aa317978 /net-nntp/pan/pan-0.133-r1.ebuild | |
parent | TODO does not exist. (diff) | |
download | historical-630d288b9118fb71e1dc619ee0aa29229982c87d.tar.gz historical-630d288b9118fb71e1dc619ee0aa29229982c87d.tar.bz2 historical-630d288b9118fb71e1dc619ee0aa29229982c87d.zip |
Pin glib/gtk+ to SLOT 2.
Package-Manager: portage-2.2.0_alpha9/cvs/Linux x86_64
Diffstat (limited to 'net-nntp/pan/pan-0.133-r1.ebuild')
-rw-r--r-- | net-nntp/pan/pan-0.133-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-nntp/pan/pan-0.133-r1.ebuild b/net-nntp/pan/pan-0.133-r1.ebuild index 6630ae75ff8c..4469368f29b7 100644 --- a/net-nntp/pan/pan-0.133-r1.ebuild +++ b/net-nntp/pan/pan-0.133-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-0.133-r1.ebuild,v 1.1 2010/12/17 16:37:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-0.133-r1.ebuild,v 1.2 2010/12/17 23:10:37 eva Exp $ EAPI="2" @@ -18,9 +18,9 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="spell" -RDEPEND=">=dev-libs/glib-2.4.0 - >=x11-libs/gtk+-2.4.0 - >=dev-libs/libpcre-5.0 +RDEPEND=">=dev-libs/glib-2.4:2 + >=x11-libs/gtk+-2.4:2 + >=dev-libs/libpcre-5 dev-libs/gmime:2.4 spell? ( >=app-text/gtkspell-2.0.7 )" |