diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-10-11 23:53:13 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-10-11 23:53:13 +0000 |
commit | a326fe5cb3d330bd095b3c08f2754b8538859b84 (patch) | |
tree | e5790658597f1d61a55d639fad8e5831832758d7 /x11-libs/libsexy/libsexy-0.1.11.ebuild | |
parent | Fix build dependencies. (diff) | |
download | historical-a326fe5cb3d330bd095b3c08f2754b8538859b84.tar.gz historical-a326fe5cb3d330bd095b3c08f2754b8538859b84.tar.bz2 historical-a326fe5cb3d330bd095b3c08f2754b8538859b84.zip |
perl is not a RDEPEND and is an optional DEPEND.
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64
Diffstat (limited to 'x11-libs/libsexy/libsexy-0.1.11.ebuild')
-rw-r--r-- | x11-libs/libsexy/libsexy-0.1.11.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-libs/libsexy/libsexy-0.1.11.ebuild b/x11-libs/libsexy/libsexy-0.1.11.ebuild index 69e246d82eba..34a3b30a8c2a 100644 --- a/x11-libs/libsexy/libsexy-0.1.11.ebuild +++ b/x11-libs/libsexy/libsexy-0.1.11.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11.ebuild,v 1.8 2007/12/11 22:46:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11.ebuild,v 1.9 2008/10/11 23:53:13 eva Exp $ inherit gnome2 DESCRIPTION="Sexy GTK+ Widgets" HOMEPAGE="http://www.chipx86.com/wiki/Libsexy" -SRC_URI="http://releases.chipx86.com/libsexy/${PN}/${P}.tar.bz2" +SRC_URI="http://releases.chipx86.com/${PN}/${PN}/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" @@ -17,9 +17,9 @@ RDEPEND=">=dev-libs/glib-2.6 >=x11-libs/gtk+-2.6 dev-libs/libxml2 >=x11-libs/pango-1.4.0 - >=app-text/iso-codes-0.49 - >=dev-lang/perl-5" + >=app-text/iso-codes-0.49" DEPEND="${RDEPEND} + >=dev-lang/perl-5 >=dev-util/pkgconfig-0.19 doc? ( >=dev-util/gtk-doc-1.4 )" |