diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-10-08 07:29:07 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-10-08 07:29:07 +0000 |
commit | cb9b505b3b956fcacf42f2049e521e3f5a9b9835 (patch) | |
tree | ce746a921e0e459dcdd16446b17fb401ef378dc2 /sci-chemistry/ccpn | |
parent | Add credit. (diff) | |
download | gentoo-2-cb9b505b3b956fcacf42f2049e521e3f5a9b9835.tar.gz gentoo-2-cb9b505b3b956fcacf42f2049e521e3f5a9b9835.tar.bz2 gentoo-2-cb9b505b3b956fcacf42f2049e521e3f5a9b9835.zip |
sci-chemistry/ccpn: Uncomment variable
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-chemistry/ccpn')
-rw-r--r-- | sci-chemistry/ccpn/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/ccpn/ccpn-2.4.1_p141008.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/ccpn/ChangeLog b/sci-chemistry/ccpn/ChangeLog index 57577405b954..3ac67a82b078 100644 --- a/sci-chemistry/ccpn/ChangeLog +++ b/sci-chemistry/ccpn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/ccpn # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v 1.149 2014/10/08 06:39:12 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v 1.150 2014/10/08 07:29:07 jlec Exp $ + + 08 Oct 2014; Justin Lecher <jlec@gentoo.org> ccpn-2.4.1_p141008.ebuild: + Uncomment variable *ccpn-2.4.1_p141008 (08 Oct 2014) diff --git a/sci-chemistry/ccpn/ccpn-2.4.1_p141008.ebuild b/sci-chemistry/ccpn/ccpn-2.4.1_p141008.ebuild index 69ace748db38..d5afdd8cda0a 100644 --- a/sci-chemistry/ccpn/ccpn-2.4.1_p141008.ebuild +++ b/sci-chemistry/ccpn/ccpn-2.4.1_p141008.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/sci-chemistry/ccpn/ccpn-2.4.1_p141008.ebuild,v 1.1 2014/10/08 06:39:12 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ccpn-2.4.1_p141008.ebuild,v 1.2 2014/10/08 07:29:07 jlec Exp $ EAPI=5 @@ -9,7 +9,7 @@ PYTHON_REQ_USE="ssl,tk" inherit eutils flag-o-matic multilib portability python-single-r1 toolchain-funcs versionator -#PATCHSET="${PV##*_p}" +PATCHSET="${PV##*_p}" MY_PN="${PN}mr" MY_PV="$(replace_version_separator 3 _ ${PV%%_p*})" MY_MAJOR="$(get_version_component_range 1-3)" |