diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-13 13:37:23 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-13 13:37:23 +0000 |
commit | 95aa906e8cc8fee6dac258cbd5d39dd198756e2e (patch) | |
tree | b24e840d019628cc7297dd4f10cdd569e21596ca /x11-misc | |
parent | Version bump (diff) | |
download | gentoo-2-95aa906e8cc8fee6dac258cbd5d39dd198756e2e.tar.gz gentoo-2-95aa906e8cc8fee6dac258cbd5d39dd198756e2e.tar.bz2 gentoo-2-95aa906e8cc8fee6dac258cbd5d39dd198756e2e.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/hsetroot/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/hsetroot/hsetroot-1.0.2.ebuild | 20 |
2 files changed, 20 insertions, 7 deletions
diff --git a/x11-misc/hsetroot/ChangeLog b/x11-misc/hsetroot/ChangeLog index d9276ec4c717..afd49ff39bf0 100644 --- a/x11-misc/hsetroot/ChangeLog +++ b/x11-misc/hsetroot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/hsetroot -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/ChangeLog,v 1.5 2005/07/30 20:29:43 blubb Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/ChangeLog,v 1.6 2006/01/13 13:37:23 nelchael Exp $ + + 13 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> hsetroot-1.0.2.ebuild: + Fixed DEPEND for modular X. 30 Jul 2005; Simon Stelling <blubb@gentoo.org> hsetroot-1.0.2.ebuild: added ~amd64 keyword diff --git a/x11-misc/hsetroot/hsetroot-1.0.2.ebuild b/x11-misc/hsetroot/hsetroot-1.0.2.ebuild index 21adb8fc6184..ac035a5db4b7 100644 --- a/x11-misc/hsetroot/hsetroot-1.0.2.ebuild +++ b/x11-misc/hsetroot/hsetroot-1.0.2.ebuild @@ -1,15 +1,25 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/hsetroot-1.0.2.ebuild,v 1.6 2005/07/30 20:29:43 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/hsetroot-1.0.2.ebuild,v 1.7 2006/01/13 13:37:23 nelchael Exp $ IUSE="" DESCRIPTION="Tool which allows you to compose wallpapers ('root pixmaps') for X" SRC_URI="http://thegraveyard.org/files/${P}.tar.gz" HOMEPAGE="http://thegraveyard.org/hsetroot.php" -DEPEND="virtual/x11 - >=media-libs/imlib2-1.0.6.2003 - >=media-libs/imlib2_loaders-1.0.4.2003" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext ) + virtual/x11 ) + >=media-libs/imlib2-1.0.6.2003 + >=media-libs/imlib2_loaders-1.0.4.2003" + +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-libs/libX11 + x11-libs/libXt ) + virtual/x11 )" SLOT="0" LICENSE="GPL-2" |