commit: 8e2cca4abbf72786e543b48bd4211863724de136
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 19 19:36:36 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Nov 19 19:40:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e2cca4a
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 <AT> gentoo.org>
...truct-1.1100.0-r1.ebuild => mime-construct-1.1100.0-r2.ebuild} | 8 ++++----
1 file 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
similarity index 86%
rename from dev-perl/mime-construct/mime-construct-1.1100.0-r1.ebuild
rename to 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" )