diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-02-11 04:14:32 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-02-11 04:14:32 +0000 |
commit | e6bee5a87f98861e749f3c6e50018444577a7682 (patch) | |
tree | b44ea7432645a6606eeae5ac5c7878c4a122983e /media-gfx/icon-slicer | |
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')
-rw-r--r-- | media-gfx/icon-slicer/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/icon-slicer/icon-slicer-0.3.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/media-gfx/icon-slicer/ChangeLog b/media-gfx/icon-slicer/ChangeLog index 8107a4ccaee9..8b749994aba3 100644 --- a/media-gfx/icon-slicer/ChangeLog +++ b/media-gfx/icon-slicer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/icon-slicer # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/icon-slicer/ChangeLog,v 1.9 2006/01/11 18:16:29 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/icon-slicer/ChangeLog,v 1.10 2006/02/11 04:14:32 joshuabaergen Exp $ + + 11 Feb 2006; Joshua Baergen <joshuabaergen@gentoo.org> + icon-slicer-0.3.ebuild: + Fix modular X dependencies (bug #122234, Alexey Maximov). 11 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org> icon-slicer-0.3.ebuild: 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() { |