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 | 93b157e0783c800ce1d13cd1306c69a3294f2677 (patch) | |
tree | 53aea2872a4523f224a4929a7b99859debf8b9c4 /x11-misc/hsetroot | |
parent | Version bump (diff) | |
download | historical-93b157e0783c800ce1d13cd1306c69a3294f2677.tar.gz historical-93b157e0783c800ce1d13cd1306c69a3294f2677.tar.bz2 historical-93b157e0783c800ce1d13cd1306c69a3294f2677.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc/hsetroot')
-rw-r--r-- | x11-misc/hsetroot/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/hsetroot/Manifest | 6 | ||||
-rw-r--r-- | x11-misc/hsetroot/hsetroot-1.0.2.ebuild | 20 |
3 files changed, 23 insertions, 10 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/Manifest b/x11-misc/hsetroot/Manifest index f28e332a7b3c..5f6035c7c8ca 100644 --- a/x11-misc/hsetroot/Manifest +++ b/x11-misc/hsetroot/Manifest @@ -1,4 +1,4 @@ -MD5 944d26430e9828f875cbb412638c8d09 ChangeLog 787 -MD5 cdf3188ca95cab9619083a8b5c1dd70a hsetroot-1.0.2.ebuild 663 -MD5 c089e4586127d0dda3396887446f8184 metadata.xml 1083 +MD5 f56ab84f6065749d883614b43a38b319 ChangeLog 897 MD5 81d3ac08e2e1dac5362971e4649949fa files/digest-hsetroot-1.0.2 66 +MD5 f1aaaf5585f3a605cc3ae96facfd5797 hsetroot-1.0.2.ebuild 826 +MD5 c089e4586127d0dda3396887446f8184 metadata.xml 1083 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" |