diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 18:49:21 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 18:49:21 +0000 |
commit | a4e9534837acce3e2cf4ad95e0029165cf68f146 (patch) | |
tree | 02d1df6a0a351dc925f270ef83bdb6422951ed82 /x11-misc/xsnow | |
parent | Removing mod_accounting, bug 106466. (diff) | |
download | historical-a4e9534837acce3e2cf4ad95e0029165cf68f146.tar.gz historical-a4e9534837acce3e2cf4ad95e0029165cf68f146.tar.bz2 historical-a4e9534837acce3e2cf4ad95e0029165cf68f146.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc/xsnow')
-rw-r--r-- | x11-misc/xsnow/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xsnow/xsnow-1.42.ebuild | 17 |
2 files changed, 19 insertions, 5 deletions
diff --git a/x11-misc/xsnow/ChangeLog b/x11-misc/xsnow/ChangeLog index bd2197b297ad..b6009d757329 100644 --- a/x11-misc/xsnow/ChangeLog +++ b/x11-misc/xsnow/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xsnow -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnow/ChangeLog,v 1.13 2004/11/12 19:02:51 blubb Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnow/ChangeLog,v 1.14 2006/01/21 18:49:21 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xsnow-1.42.ebuild: + Fixed DEPEND for modular X. 12 Nov 2004; Simon Stelling <blubb@gentoo.org> xsnow-1.42.ebuild: added ~amd64 diff --git a/x11-misc/xsnow/xsnow-1.42.ebuild b/x11-misc/xsnow/xsnow-1.42.ebuild index 196bda7b4b7d..65759ea3f291 100644 --- a/x11-misc/xsnow/xsnow-1.42.ebuild +++ b/x11-misc/xsnow/xsnow-1.42.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-misc/xsnow/xsnow-1.42.ebuild,v 1.15 2004/11/12 19:02:51 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnow/xsnow-1.42.ebuild,v 1.16 2006/01/21 18:49:21 nelchael Exp $ DESCRIPTION="snow, reindeer, and santa on the root window" SRC_URI="http://www.euronet.nl/~rja/Xsnow/${P}.tar.gz" @@ -11,7 +11,18 @@ KEYWORDS="x86 sparc ppc ppc64 ~amd64" LICENSE="as-is" IUSE="" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXt + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-misc/imake + x11-proto/xextproto + x11-proto/xproto ) + virtual/x11 )" src_compile() { xmkmf || die |