commit: a0a8f6ceb56043a65d6558be06505c2b85889d1c
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 15 23:30:56 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 15 23:32:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a8f6ce
dev-perl/Date-Pcalc: Stable for all
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r2.ebuild | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r2.ebuild
b/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r2.ebuild
index 80dfc035191..fc7b7a81462 100644
--- a/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r2.ebuild
+++ b/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,25 +10,29 @@ inherit perl-module
DESCRIPTION="Gregorian calendar date calculations"
LICENSE="|| ( Artistic GPL-1+ ) LGPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~m68k ppc ~ppc64 ~s390 ~sparc x86"
+IUSE=""
RDEPEND="
- >=dev-perl/Bit-Vector-7.1
- >=dev-perl/Carp-Clan-5.3
+ >=dev-perl/Bit-Vector-7.100.0
+ >=dev-perl/Carp-Clan-5.300.0
"
BDEPEND="${DEPEND}"
mydoc="ToDo"
+
PATCHES=(
"${FILESDIR}"/6.100.0_identifier_before_numeric_constant.patch
"${FILESDIR}/${PN}-6.100.0-unescaped-left-brace-5.26.patch"
"${FILESDIR}/${PN}-6.100.0-datestamp-window-move.patch"
)
+
src_configure() {
unset LD
[[ -n "${CCLD}" ]] && export LD="${CCLD}"
perl-module_src_configure
}
+
src_compile() {
mymake=(
"OPTIMIZE=${CFLAGS}"