diff options
author | 2006-02-11 04:14:32 +0000 | |
---|---|---|
committer | 2006-02-11 04:14:32 +0000 | |
commit | e6bee5a87f98861e749f3c6e50018444577a7682 (patch) | |
tree | b44ea7432645a6606eeae5ac5c7878c4a122983e /media-gfx/icon-slicer/icon-slicer-0.3.ebuild | |
parent | Fix dependencies for modular X (bug #122291, Tupone Alfredo). (diff) | |
download | gentoo-2-e6bee5a87f98861e749f3c6e50018444577a7682.tar.gz gentoo-2-e6bee5a87f98861e749f3c6e50018444577a7682.tar.bz2 gentoo-2-e6bee5a87f98861e749f3c6e50018444577a7682.zip |
Fix modular X dependencies (bug #122234, Alexey Maximov).
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'media-gfx/icon-slicer/icon-slicer-0.3.ebuild')
-rw-r--r-- | media-gfx/icon-slicer/icon-slicer-0.3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-gfx/icon-slicer/icon-slicer-0.3.ebuild b/media-gfx/icon-slicer/icon-slicer-0.3.ebuild index f6a925943f64..b05e3a2969f2 100644 --- a/media-gfx/icon-slicer/icon-slicer-0.3.ebuild +++ b/media-gfx/icon-slicer/icon-slicer-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/icon-slicer/icon-slicer-0.3.ebuild,v 1.10 2006/01/11 18:16:29 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/icon-slicer/icon-slicer-0.3.ebuild,v 1.11 2006/02/11 04:14:32 joshuabaergen Exp $ DESCRIPTION="utility for generating icon themes and libXcursor cursor themes" HOMEPAGE="http://www.freedesktop.org/software/icon-slicer/" @@ -11,7 +11,9 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -DEPEND=">=x11-libs/gtk+-2.0 +DEPEND="|| ( x11-apps/xcursorgen + virtual/x11 ) + >=x11-libs/gtk+-2.0 dev-libs/popt" src_install() { |