diff options
author | David Shakaryan <omp@gentoo.org> | 2006-10-22 00:23:09 +0000 |
---|---|---|
committer | David Shakaryan <omp@gentoo.org> | 2006-10-22 00:23:09 +0000 |
commit | 2ec7b4905abf881db434e2c3e2a644c251032cff (patch) | |
tree | 67428501fa95b2aef0f4efa1a0e8ee49b74be2cb /x11-misc/xmountains/xmountains-2.7.ebuild | |
parent | Remove monolithic X from dependencies. (diff) | |
download | gentoo-2-2ec7b4905abf881db434e2c3e2a644c251032cff.tar.gz gentoo-2-2ec7b4905abf881db434e2c3e2a644c251032cff.tar.bz2 gentoo-2-2ec7b4905abf881db434e2c3e2a644c251032cff.zip |
Remove monolithic X from dependencies.
(Portage version: 2.1.2_pre3-r6)
Diffstat (limited to 'x11-misc/xmountains/xmountains-2.7.ebuild')
-rw-r--r-- | x11-misc/xmountains/xmountains-2.7.ebuild | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/x11-misc/xmountains/xmountains-2.7.ebuild b/x11-misc/xmountains/xmountains-2.7.ebuild index c050ab60d657..1ab7cf9bc658 100644 --- a/x11-misc/xmountains/xmountains-2.7.ebuild +++ b/x11-misc/xmountains/xmountains-2.7.ebuild @@ -1,27 +1,25 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmountains/xmountains-2.7.ebuild,v 1.9 2006/10/11 11:35:19 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmountains/xmountains-2.7.ebuild,v 1.10 2006/10/22 00:23:09 omp Exp $ + +MY_P=${P/-/_} DESCRIPTION="Fractal terrains of snow-capped mountains near water" HOMEPAGE="http://www.epcc.ed.ac.uk/~spb/xmountains/" -MY_P="${P/-/_}" SRC_URI="http://www.epcc.ed.ac.uk/~spb/${PN}/${MY_P}.tar.gz" -S="${WORKDIR}" LICENSE="as-is" SLOT="0" KEYWORDS="x86 ~amd64 ppc" IUSE="" -RDEPEND="|| ( ( - x11-misc/xbitmaps - x11-libs/libX11 ) - virtual/x11 )" +RDEPEND="x11-misc/xbitmaps + x11-libs/libX11" DEPEND="${RDEPEND} - || ( ( - x11-proto/xproto - x11-misc/imake ) - virtual/x11 )" + x11-proto/xproto + x11-misc/imake" + +S=${WORKDIR} src_compile() { xmkmf || die |