diff options
author | 2006-10-22 00:23:09 +0000 | |
---|---|---|
committer | 2006-10-22 00:23:09 +0000 | |
commit | 776baa9b80d55c8e613f71d4fb7eefc3cb822e15 (patch) | |
tree | 81747704f9f4c9868aad7ba16350288bf09d6b16 /x11-misc/xmountains/xmountains-2.7.ebuild | |
parent | Bump lcms requirement to 1.15, thanks to Pavel Vondricka in bug #152109. (diff) | |
download | historical-776baa9b80d55c8e613f71d4fb7eefc3cb822e15.tar.gz historical-776baa9b80d55c8e613f71d4fb7eefc3cb822e15.tar.bz2 historical-776baa9b80d55c8e613f71d4fb7eefc3cb822e15.zip |
Remove monolithic X from dependencies.
Package-Manager: portage-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 |