diff options
author | Nathan Phillip Brink <binki@gentoo.org> | 2011-09-17 03:47:57 +0000 |
---|---|---|
committer | Nathan Phillip Brink <binki@gentoo.org> | 2011-09-17 03:47:57 +0000 |
commit | 0ea0136123971b577e03a55f2cf645e594ca1f17 (patch) | |
tree | 836b2e3be0dd663aa36e5a72919a2c61b81b6e0a /dev-vcs | |
parent | Version bump. Also update init.d script for openrc only #383301 by Nathan Ph... (diff) | |
download | gentoo-2-0ea0136123971b577e03a55f2cf645e594ca1f17.tar.gz gentoo-2-0ea0136123971b577e03a55f2cf645e594ca1f17.tar.bz2 gentoo-2-0ea0136123971b577e03a55f2cf645e594ca1f17.zip |
Add prefix support, tested on ~x86-linux
(Portage version: 2.2.0_alpha55-r1/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/veracity/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/veracity/veracity-1.0.0.10517.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-vcs/veracity/ChangeLog b/dev-vcs/veracity/ChangeLog index c2dfdfdbaf58..472538d90f7f 100644 --- a/dev-vcs/veracity/ChangeLog +++ b/dev-vcs/veracity/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/veracity # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/veracity/ChangeLog,v 1.2 2011/09/17 03:29:19 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/veracity/ChangeLog,v 1.3 2011/09/17 03:47:57 binki Exp $ + + 17 Sep 2011; Nathan Phillip Brink <binki@gentoo.org> + veracity-1.0.0.10517.ebuild: + Add prefix support, tested on ~x86-linux 17 Sep 2011; Nathan Phillip Brink <binki@gentoo.org> veracity-1.0.0.10517.ebuild: diff --git a/dev-vcs/veracity/veracity-1.0.0.10517.ebuild b/dev-vcs/veracity/veracity-1.0.0.10517.ebuild index a8a080a481c7..ec07f2b3b738 100644 --- a/dev-vcs/veracity/veracity-1.0.0.10517.ebuild +++ b/dev-vcs/veracity/veracity-1.0.0.10517.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/veracity/veracity-1.0.0.10517.ebuild,v 1.2 2011/09/17 03:29:19 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/veracity/veracity-1.0.0.10517.ebuild,v 1.3 2011/09/17 03:47:57 binki Exp $ EAPI=4 @@ -17,7 +17,7 @@ SRC_URI="http://download.sourcegear.com/Veracity/release/${PV}/${PN}-source-${PV LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~x86-linux" IUSE="test" S=${WORKDIR}/${PN} @@ -73,7 +73,7 @@ src_compile() { # Based on thirdparty/build_linux.sh. emake -j1 \ -C "${WORKDIR}"/js/src \ - JS_DIST=/usr \ + JS_DIST="${EPREFIX}"/usr \ JS_THREADSAFE=1 \ BUILD_OPT=1 \ -f Makefile.ref |