diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-04-05 23:05:12 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-04-05 23:05:12 +0000 |
commit | 38e4bdcfadcd67557ccaa72b1755b0cc55f1f9cf (patch) | |
tree | 8f82a1b7fdaa5e1d7b9fec582097411ef0ee765b /dev-lang | |
parent | Don't bother pax-marking the 'shell' binary. We don't use it for tests and we... (diff) | |
download | gentoo-2-38e4bdcfadcd67557ccaa72b1755b0cc55f1f9cf.tar.gz gentoo-2-38e4bdcfadcd67557ccaa72b1755b0cc55f1f9cf.tar.bz2 gentoo-2-38e4bdcfadcd67557ccaa72b1755b0cc55f1f9cf.zip |
Ditto for live ebuild.
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/v8/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/v8/v8-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/v8/ChangeLog b/dev-lang/v8/ChangeLog index b0c32b61f99e..0e688b27e1a8 100644 --- a/dev-lang/v8/ChangeLog +++ b/dev-lang/v8/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/v8 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.299 2013/04/05 23:04:30 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.300 2013/04/05 23:05:12 floppym Exp $ + + 05 Apr 2013; Mike Gilbert <floppym@gentoo.org> v8-9999.ebuild: + Ditto for live ebuild. 05 Apr 2013; Mike Gilbert <floppym@gentoo.org> v8-3.17.15.3.ebuild: Don't bother pax-marking the 'shell' binary. We don't use it for tests and we diff --git a/dev-lang/v8/v8-9999.ebuild b/dev-lang/v8/v8-9999.ebuild index dbbd3e1dfba9..2bf44c195ecc 100644 --- a/dev-lang/v8/v8-9999.ebuild +++ b/dev-lang/v8/v8-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.39 2013/03/11 22:01:50 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.40 2013/04/05 23:05:12 floppym Exp $ EAPI="5" PYTHON_COMPAT=( python2_{6,7} ) @@ -84,7 +84,7 @@ src_compile() { # Build everything else. emake "${makeargs[@]}" - pax-mark m out/${mytarget}/{cctest,d8,shell} + pax-mark m out/${mytarget}/{cctest,d8} } src_test() { |