diff options
author | 2008-10-11 23:53:13 +0000 | |
---|---|---|
committer | 2008-10-11 23:53:13 +0000 | |
commit | 2c730449117c49254918493c814c2aaee99890f0 (patch) | |
tree | f2bd0e9c289480e008131ea9c134c2c026730e83 /x11-libs/libsexy | |
parent | Fix build dependencies. (diff) | |
download | gentoo-2-2c730449117c49254918493c814c2aaee99890f0.tar.gz gentoo-2-2c730449117c49254918493c814c2aaee99890f0.tar.bz2 gentoo-2-2c730449117c49254918493c814c2aaee99890f0.zip |
perl is not a RDEPEND and is an optional DEPEND.
(Portage version: 2.2_rc11/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'x11-libs/libsexy')
-rw-r--r-- | x11-libs/libsexy/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/libsexy/libsexy-0.1.11.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/x11-libs/libsexy/ChangeLog b/x11-libs/libsexy/ChangeLog index f00045a70621..1488461653e5 100644 --- a/x11-libs/libsexy/ChangeLog +++ b/x11-libs/libsexy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libsexy -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.34 2007/12/13 20:33:27 compnerd Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.35 2008/10/11 23:53:13 eva Exp $ + + 11 Oct 2008; Gilles Dartiguelongue <eva@gentoo.org> libsexy-0.1.11.ebuild: + perl is not a RDEPEND and is an optional DEPEND. 14 Dec 2007; Saleem Abdulrasool <compnerd@gentoo.org> -libsexy-0.1.10.ebuild: 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 )" |