summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-19 20:36:36 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-19 20:40:05 +0100
commit8e2cca4abbf72786e543b48bd4211863724de136 (patch)
treeaede0f467358db8a3749f1b66dc80395906f3b37 /dev-perl
parentdev-perl/mecab-perl: EAPI=8 bump (diff)
downloadgentoo-8e2cca4abbf72786e543b48bd4211863724de136.tar.gz
gentoo-8e2cca4abbf72786e543b48bd4211863724de136.tar.bz2
gentoo-8e2cca4abbf72786e543b48bd4211863724de136.zip
dev-perl/mime-construct: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/mime-construct/mime-construct-1.1100.0-r2.ebuild (renamed from dev-perl/mime-construct/mime-construct-1.1100.0-r1.ebuild)8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-perl/mime-construct/mime-construct-1.1100.0-r1.ebuild b/dev-perl/mime-construct/mime-construct-1.1100.0-r2.ebuild
index beb8dbcc95a4..4a2e38667ad3 100644
--- a/dev-perl/mime-construct/mime-construct-1.1100.0-r1.ebuild
+++ b/dev-perl/mime-construct/mime-construct-1.1100.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=ROSCH
DIST_VERSION=1.11 # the author made 1.11 follow 1.9, so we need to be creative
@@ -12,7 +12,6 @@ DESCRIPTION="construct and optionally mail MIME messages"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ~ia64 ppc ~sparc x86"
-IUSE=""
RDEPEND="
virtual/perl-MIME-Base64
@@ -20,6 +19,7 @@ RDEPEND="
dev-perl/MIME-Types
dev-perl/Proc-WaitStat
"
-DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}
+"
PATCHES=( "${FILESDIR}/${PN}-add-date-header.patch" )