diff options
author | Mike Gilbert <floppym@gentoo.org> | 2011-11-23 22:28:41 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2011-11-23 22:28:41 +0000 |
commit | a2423ecfaebd4f7e73fb0ed77d01757062279712 (patch) | |
tree | 88883148b88734dafae23becd5baa10be253afa3 /dev-lang/v8/v8-9999.ebuild | |
parent | Remove obsolete sed call; the build system allows us to turn off -Werror. (diff) | |
download | gentoo-2-a2423ecfaebd4f7e73fb0ed77d01757062279712.tar.gz gentoo-2-a2423ecfaebd4f7e73fb0ed77d01757062279712.tar.bz2 gentoo-2-a2423ecfaebd4f7e73fb0ed77d01757062279712.zip |
Simplify setting of soname_version.
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/v8/v8-9999.ebuild')
-rw-r--r-- | dev-lang/v8/v8-9999.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/dev-lang/v8/v8-9999.ebuild b/dev-lang/v8/v8-9999.ebuild index 8bb55c442612..6e9bfb5b8c02 100644 --- a/dev-lang/v8/v8-9999.ebuild +++ b/dev-lang/v8/v8-9999.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-lang/v8/v8-9999.ebuild,v 1.22 2011/11/23 19:29:35 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.23 2011/11/23 22:28:41 floppym Exp $ EAPI="4" @@ -55,12 +55,8 @@ src_compile() { esac mytarget=${myarch}.release - if [[ ${PV} == "9999" ]]; then - subversion_wc_info - soname_version="${PV}.${ESVN_WC_REVISION}" - else - soname_version="${PV}" - fi + subversion_wc_info + soname_version="${PV}.${ESVN_WC_REVISION}" local snapshot=on host-is-pax && snapshot=off |