diff options
author | Naohiro Aota <naota@gentoo.org> | 2013-12-25 23:33:22 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2013-12-25 23:33:22 +0000 |
commit | 51a274037eacf114a28bbb825f3a2452b1135f7e (patch) | |
tree | 8a0f564c40d08719b8033806db8b7a45e545a998 /sys-devel/pmake | |
parent | Unmask >sys-libs/uclibc-0.9.33.2-r4 since bug #495256 is fixed (diff) | |
download | gentoo-2-51a274037eacf114a28bbb825f3a2452b1135f7e.tar.gz gentoo-2-51a274037eacf114a28bbb825f3a2452b1135f7e.tar.bz2 gentoo-2-51a274037eacf114a28bbb825f3a2452b1135f7e.zip |
inherit linux-info to get $KV
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'sys-devel/pmake')
-rw-r--r-- | sys-devel/pmake/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/pmake/pmake-1.111.3.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/pmake/ChangeLog b/sys-devel/pmake/ChangeLog index 06fb4734b6a7..746e51c41163 100644 --- a/sys-devel/pmake/ChangeLog +++ b/sys-devel/pmake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/pmake # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/ChangeLog,v 1.47 2013/08/10 14:28:40 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/ChangeLog,v 1.48 2013/12/25 23:33:22 naota Exp $ + + 25 Dec 2013; Naohiro Aota <naota@gentoo.org> pmake-1.111.3.3.ebuild: + inherit linux-info to get $KV *pmake-1.111.3.3 (10 Aug 2013) diff --git a/sys-devel/pmake/pmake-1.111.3.3.ebuild b/sys-devel/pmake/pmake-1.111.3.3.ebuild index 918bd0a33e3a..65d91ef5fae1 100644 --- a/sys-devel/pmake/pmake-1.111.3.3.ebuild +++ b/sys-devel/pmake/pmake-1.111.3.3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/pmake-1.111.3.3.ebuild,v 1.1 2013/08/10 14:28:40 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/pmake-1.111.3.3.ebuild,v 1.2 2013/12/25 23:33:22 naota Exp $ EAPI=4 -inherit eutils toolchain-funcs versionator +inherit eutils toolchain-funcs versionator linux-info MY_P="${PN}-$(get_version_component_range 1-2)" DEBIAN_SOURCE="${PN}_$(get_version_component_range 1-2).orig.tar.gz" |