diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-11 00:25:50 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-11 00:25:50 +0000 |
commit | 5b02ee5205221e0c0bcaad38b9a06fa232446c55 (patch) | |
tree | 9bb2470821e6df06a0ca86d13194fca5d50addc2 /x11-themes/xcursor-neutral/xcursor-neutral-1.20.ebuild | |
parent | Add ~ppc keyword per #306861. (diff) | |
download | gentoo-2-5b02ee5205221e0c0bcaad38b9a06fa232446c55.tar.gz gentoo-2-5b02ee5205221e0c0bcaad38b9a06fa232446c55.tar.bz2 gentoo-2-5b02ee5205221e0c0bcaad38b9a06fa232446c55.zip |
Unrestrict libpng depend for 1.4.
(Portage version: 2.2_rc66/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/xcursor-neutral/xcursor-neutral-1.20.ebuild')
-rw-r--r-- | x11-themes/xcursor-neutral/xcursor-neutral-1.20.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-themes/xcursor-neutral/xcursor-neutral-1.20.ebuild b/x11-themes/xcursor-neutral/xcursor-neutral-1.20.ebuild index 76e51407f72b..d348060d62c2 100644 --- a/x11-themes/xcursor-neutral/xcursor-neutral-1.20.ebuild +++ b/x11-themes/xcursor-neutral/xcursor-neutral-1.20.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-neutral/xcursor-neutral-1.20.ebuild,v 1.5 2008/03/06 12:25:21 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-neutral/xcursor-neutral-1.20.ebuild,v 1.6 2010/03/11 00:25:50 ssuominen Exp $ MY_P="48837-Neutral_Plus_1.2.tar.bz2" MY_PN="Neutral_Plus" @@ -15,7 +15,7 @@ KEYWORDS="amd64 sparc x86 ~x86-fbsd" IUSE="examples" RDEPEND="x11-libs/libX11 x11-libs/libXcursor - =media-libs/libpng-1.2*" + >=media-libs/libpng-1.2" DEPEND="${RDEPEND} x11-apps/xcursorgen" S="${WORKDIR}/Neutral_Plus" @@ -25,8 +25,6 @@ src_install(){ doins -r "${S}"/cursors/ doins "${S}"/index.theme - dodoc "${S}"/LICENSE - dodoc "${S}"/COPYRIGHT ## install additional cursor source files? if use examples; then |