diff options
author | David Shakaryan <omp@gentoo.org> | 2006-10-21 21:40:00 +0000 |
---|---|---|
committer | David Shakaryan <omp@gentoo.org> | 2006-10-21 21:40:00 +0000 |
commit | 10dd66e097dce0e66b3cb1f0860dbb1fdc9eda43 (patch) | |
tree | a2a9c33a01278c1a10099cb0b48e10095d23c14f /x11-misc/xsnow | |
parent | Stable on alpha wrt Bug #149643. (diff) | |
download | gentoo-2-10dd66e097dce0e66b3cb1f0860dbb1fdc9eda43.tar.gz gentoo-2-10dd66e097dce0e66b3cb1f0860dbb1fdc9eda43.tar.bz2 gentoo-2-10dd66e097dce0e66b3cb1f0860dbb1fdc9eda43.zip |
Remove monolithic X from dependencies.
(Portage version: 2.1.2_pre3-r6)
Diffstat (limited to 'x11-misc/xsnow')
-rw-r--r-- | x11-misc/xsnow/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xsnow/xsnow-1.42.ebuild | 22 |
2 files changed, 13 insertions, 14 deletions
diff --git a/x11-misc/xsnow/ChangeLog b/x11-misc/xsnow/ChangeLog index 486aba3a56ee..f3de45aa6931 100644 --- a/x11-misc/xsnow/ChangeLog +++ b/x11-misc/xsnow/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xsnow # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnow/ChangeLog,v 1.16 2006/10/10 11:12:01 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnow/ChangeLog,v 1.17 2006/10/21 21:40:00 omp Exp $ + + 21 Oct 2006; David Shakaryan <omp@gentoo.org> xsnow-1.42.ebuild: + Remove monolithic X from dependencies. 10 Oct 2006; Krzysiek Pawlik <nelchael@gentoo.org> xsnow-1.42.ebuild: Added missing gccmakedep to DEPEND. Bug #150575. diff --git a/x11-misc/xsnow/xsnow-1.42.ebuild b/x11-misc/xsnow/xsnow-1.42.ebuild index 03d7b4b267f0..a3ade78d9440 100644 --- a/x11-misc/xsnow/xsnow-1.42.ebuild +++ b/x11-misc/xsnow/xsnow-1.42.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/x11-misc/xsnow/xsnow-1.42.ebuild,v 1.18 2006/10/10 11:12:01 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnow/xsnow-1.42.ebuild,v 1.19 2006/10/21 21:40:00 omp Exp $ DESCRIPTION="snow, reindeer, and santa on the root window" SRC_URI="http://www.euronet.nl/~rja/Xsnow/${P}.tar.gz" @@ -11,19 +11,15 @@ KEYWORDS="amd64 ppc ppc64 sparc x86" LICENSE="as-is" IUSE="" -RDEPEND="|| ( ( - x11-libs/libX11 - x11-libs/libXt - x11-libs/libXext - x11-libs/libXpm ) - virtual/x11 )" +RDEPEND="x11-libs/libX11 + x11-libs/libXt + x11-libs/libXext + x11-libs/libXpm" DEPEND="${RDEPEND} - || ( ( - x11-misc/imake - x11-misc/gccmakedep - x11-proto/xextproto - x11-proto/xproto ) - virtual/x11 )" + x11-misc/imake + x11-misc/gccmakedep + x11-proto/xextproto + x11-proto/xproto" src_compile() { xmkmf || die |