summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/ccpn/ChangeLog5
-rw-r--r--sci-chemistry/ccpn/ccpn-2.4.1_p141008.ebuild4
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)"