diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2014-06-16 07:59:28 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2014-06-16 07:59:28 +0000 |
commit | 175c9abe6e0da054b8f2d9330b0e44b4a5a0823f (patch) | |
tree | afd9fa81ca95e23b86811de7259a8b29e8e28b69 /dev-libs/openssl/openssl-0.9.8z_p1-r2.ebuild | |
parent | Revbump, fix multilib issues (respect libdir). Bug #513282. (diff) | |
download | gentoo-2-175c9abe6e0da054b8f2d9330b0e44b4a5a0823f.tar.gz gentoo-2-175c9abe6e0da054b8f2d9330b0e44b4a5a0823f.tar.bz2 gentoo-2-175c9abe6e0da054b8f2d9330b0e44b4a5a0823f.zip |
I am told my interpretation of the version numbering suggestion will not cope past 0.9.8ac. Perhaps TR commands should be included on suggestions going forward.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)
Diffstat (limited to 'dev-libs/openssl/openssl-0.9.8z_p1-r2.ebuild')
-rw-r--r-- | dev-libs/openssl/openssl-0.9.8z_p1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/openssl/openssl-0.9.8z_p1-r2.ebuild b/dev-libs/openssl/openssl-0.9.8z_p1-r2.ebuild index 71a54913323b..a4e3b0dd0fac 100644 --- a/dev-libs/openssl/openssl-0.9.8z_p1-r2.ebuild +++ b/dev-libs/openssl/openssl-0.9.8z_p1-r2.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-libs/openssl/openssl-0.9.8z_p1-r2.ebuild,v 1.1 2014/06/15 08:58:50 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p1-r2.ebuild,v 1.2 2014/06/16 07:59:28 chainsaw Exp $ # this ebuild is only for the libcrypto.so.0.9.8 and libssl.so.0.9.8 SONAME for ABI compat @@ -8,7 +8,7 @@ EAPI="5" inherit eutils flag-o-matic toolchain-funcs multilib multilib-minimal -PLEVEL=`echo ${PV##*_p} | tr [1-26] [a-z]` +PLEVEL=`echo ${PV##*_p} | tr [1-9] [a-i]` MY_PV=${PV/_p*/${PLEVEL}} MY_P=${PN}-${MY_PV} S="${WORKDIR}/${MY_P}" |