diff options
author | 2013-03-22 16:58:27 +0000 | |
---|---|---|
committer | 2013-03-22 16:58:27 +0000 | |
commit | 6fa422b3f87cbc0bee51ed55acb9200a6c9f0508 (patch) | |
tree | 35bd2a40b50b91f4cd359615e13b55cafe2179a3 /dev-lang | |
parent | Fix typo in ChangeLog. (diff) | |
download | gentoo-2-6fa422b3f87cbc0bee51ed55acb9200a6c9f0508.tar.gz gentoo-2-6fa422b3f87cbc0bee51ed55acb9200a6c9f0508.tar.bz2 gentoo-2-6fa422b3f87cbc0bee51ed55acb9200a6c9f0508.zip |
Just set soname to ${PV} instead. Bug 462618.
(Portage version: 2.2.0_alpha168/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-3.16.14.9-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/v8/ChangeLog b/dev-lang/v8/ChangeLog index 0d95328df096..0a280f130f3e 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.293 2013/03/22 16:27:39 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.294 2013/03/22 16:58:27 floppym Exp $ + + 22 Mar 2013; Mike Gilbert <floppym@gentoo.org> v8-3.16.14.9-r1.ebuild: + Just set soname to ${PV} instead. Bug 462618. *v8-3.16.14.9-r1 (22 Mar 2013) diff --git a/dev-lang/v8/v8-3.16.14.9-r1.ebuild b/dev-lang/v8/v8-3.16.14.9-r1.ebuild index c9b4f0296b61..caa6cd9660ab 100644 --- a/dev-lang/v8/v8-3.16.14.9-r1.ebuild +++ b/dev-lang/v8/v8-3.16.14.9-r1.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-3.16.14.9-r1.ebuild,v 1.1 2013/03/22 16:27:39 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.16.14.9-r1.ebuild,v 1.2 2013/03/22 16:58:27 floppym Exp $ EAPI="5" PYTHON_COMPAT=( python2_{6,7} ) @@ -12,7 +12,7 @@ HOMEPAGE="http://code.google.com/p/v8" SRC_URI="http://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.bz2" LICENSE="BSD" -soname_version="$(get_version_component_range 1-3).4" +soname_version="${PV}" SLOT="0/${soname_version}" KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~x64-macos ~x86-macos" IUSE="" |