diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-01-09 08:59:37 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-01-09 08:59:37 +0000 |
commit | 5d0d143134492e947b7d6e23f3bd6e44bc0a9f70 (patch) | |
tree | 1a375d4f7442bd9db379061c107eaf11e74455e4 /dev-lang/moarvm/moarvm-9999.ebuild | |
parent | Drop KEYWORDS for archs that have unsatisfied dependencies, wrt bug #497476. (diff) | |
download | gentoo-2-5d0d143134492e947b7d6e23f3bd6e44bc0a9f70.tar.gz gentoo-2-5d0d143134492e947b7d6e23f3bd6e44bc0a9f70.tar.bz2 gentoo-2-5d0d143134492e947b7d6e23f3bd6e44bc0a9f70.zip |
Hack up -9999 ebuild to have a chance of working with nqp
(Portage version: 2.2.8/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-lang/moarvm/moarvm-9999.ebuild')
-rw-r--r-- | dev-lang/moarvm/moarvm-9999.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-lang/moarvm/moarvm-9999.ebuild b/dev-lang/moarvm/moarvm-9999.ebuild index a45d1e34e9b7..84b8ecec590c 100644 --- a/dev-lang/moarvm/moarvm-9999.ebuild +++ b/dev-lang/moarvm/moarvm-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/moarvm-9999.ebuild,v 1.1 2014/01/09 08:16:03 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/moarvm-9999.ebuild,v 1.2 2014/01/09 08:59:37 patrick Exp $ EAPI=5 @@ -20,7 +20,13 @@ IUSE="doc" RDEPEND="" DEPEND="${RDEPEND}" +src_prepare() { + epatch ${FILESDIR}/Configure-9999.patch || die +} + src_configure() { + # this is quite badong, but wtf build system + echo "2013.10-145-gec52026" >> VERSION perl Configure.pl --prefix="${D}/usr"|| die } |