diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-24 14:08:53 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-24 14:08:53 +0000 |
commit | 20051539aac91df7c6a1f3067806cc32dc1ff622 (patch) | |
tree | 0dd91f2e4860bb9595276a9a58c177c470e4abe5 /x11-themes/xcursor-themes | |
parent | If everyone were like you, I'd be out of business\! (diff) | |
download | historical-20051539aac91df7c6a1f3067806cc32dc1ff622.tar.gz historical-20051539aac91df7c6a1f3067806cc32dc1ff622.tar.bz2 historical-20051539aac91df7c6a1f3067806cc32dc1ff622.zip |
Missing IUSE
Package-Manager: portage-2.2_rc63/cvs/Linux x86_64
Diffstat (limited to 'x11-themes/xcursor-themes')
-rw-r--r-- | x11-themes/xcursor-themes/xcursor-themes-1.0.1.ebuild | 17 | ||||
-rw-r--r-- | x11-themes/xcursor-themes/xcursor-themes-1.0.2.ebuild | 4 |
2 files changed, 3 insertions, 18 deletions
diff --git a/x11-themes/xcursor-themes/xcursor-themes-1.0.1.ebuild b/x11-themes/xcursor-themes/xcursor-themes-1.0.1.ebuild deleted file mode 100644 index 28aec9f444e5..000000000000 --- a/x11-themes/xcursor-themes/xcursor-themes-1.0.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/xcursor-themes-1.0.1.ebuild,v 1.13 2008/05/28 01:37:38 dberkholz Exp $ - -# Must be before x-modular eclass is inherited -# SNAPSHOT="yes" - -MODULE="data" -inherit x-modular - -DESCRIPTION="X.Org cursor themes: whiteglass, redglass and handhelds" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86 ~x86-fbsd" -RDEPEND="x11-libs/libX11 - x11-libs/libXcursor - =media-libs/libpng-1.2*" -DEPEND="${RDEPEND} - x11-apps/xcursorgen" diff --git a/x11-themes/xcursor-themes/xcursor-themes-1.0.2.ebuild b/x11-themes/xcursor-themes/xcursor-themes-1.0.2.ebuild index 066522938aa6..9777b59cd160 100644 --- a/x11-themes/xcursor-themes/xcursor-themes-1.0.2.ebuild +++ b/x11-themes/xcursor-themes/xcursor-themes-1.0.2.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/x11-themes/xcursor-themes/xcursor-themes-1.0.2.ebuild,v 1.8 2010/02/11 18:27:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/xcursor-themes-1.0.2.ebuild,v 1.9 2010/02/24 14:08:53 ssuominen Exp $ # Must be before x-modular eclass is inherited # SNAPSHOT="yes" @@ -10,6 +10,8 @@ inherit x-modular DESCRIPTION="X.Org cursor themes: whiteglass, redglass and handhelds" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" +IUSE="" + RDEPEND=" media-libs/libpng x11-libs/libX11 |