diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-24 23:09:29 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-24 23:09:29 +0000 |
commit | 32089386d946fc2c4654006f9b5ffc00c9b384d5 (patch) | |
tree | e7fe92b1a4ac2751bd3ada3f9531de258a50b628 /x11-plugins/wmclock | |
parent | make replace in config files effective (diff) | |
download | historical-32089386d946fc2c4654006f9b5ffc00c9b384d5.tar.gz historical-32089386d946fc2c4654006f9b5ffc00c9b384d5.tar.bz2 historical-32089386d946fc2c4654006f9b5ffc00c9b384d5.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-plugins/wmclock')
-rw-r--r-- | x11-plugins/wmclock/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmclock/wmclock-1.0.12.2.ebuild | 17 |
2 files changed, 19 insertions, 6 deletions
diff --git a/x11-plugins/wmclock/ChangeLog b/x11-plugins/wmclock/ChangeLog index dfc7284abc07..f4546376bfcc 100644 --- a/x11-plugins/wmclock/ChangeLog +++ b/x11-plugins/wmclock/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmclock -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclock/ChangeLog,v 1.6 2004/06/28 20:37:50 agriffis Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclock/ChangeLog,v 1.7 2006/01/24 22:41:19 nelchael Exp $ + + 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> + wmclock-1.0.12.2.ebuild: + Fixed DEPEND for modular X. 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> wmclock-1.0.12.2.ebuild: glibc -> libc diff --git a/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild b/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild index 03d80fbd50b3..444d78869ef4 100644 --- a/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild +++ b/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild,v 1.8 2004/06/28 20:37:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild,v 1.9 2006/01/24 22:41:19 nelchael Exp $ IUSE="" @@ -12,8 +12,17 @@ SLOT="0" KEYWORDS="x86 amd64 ppc ~sparc" LICENSE="GPL-2" -DEPEND="virtual/libc - virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-misc/gccmakedep + x11-proto/xproto + x11-proto/xextproto ) + virtual/x11 )" src_compile() { econf || die "configure failed" |