summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/mime-construct')
-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" )