summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-03 21:17:13 +0000
committerSam James <sam@gentoo.org>2021-04-03 21:17:13 +0000
commit1eabf4d080ece9826a72dec7a25d261cb10c3121 (patch)
treeba6653c2ac5e69327e2859d8dfc7adf809ed1a35 /net-mail
parentdev-python/cryptography: keyworded 3.4.7 for sparc, bug #778401 (diff)
downloadgentoo-1eabf4d080ece9826a72dec7a25d261cb10c3121.tar.gz
gentoo-1eabf4d080ece9826a72dec7a25d261cb10c3121.tar.bz2
gentoo-1eabf4d080ece9826a72dec7a25d261cb10c3121.zip
net-mail/renattach: update EAPI 5 -> 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/renattach/renattach-1.2.4-r1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-mail/renattach/renattach-1.2.4-r1.ebuild b/net-mail/renattach/renattach-1.2.4-r1.ebuild
index b03935f66fb7..42582ee48b6a 100644
--- a/net-mail/renattach/renattach-1.2.4-r1.ebuild
+++ b/net-mail/renattach/renattach-1.2.4-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
DESCRIPTION="Filter that renames/deletes dangerous email attachments"
HOMEPAGE="http://www.pc-tools.net/unix/renattach/"
@@ -10,12 +10,11 @@ SRC_URI="http://www.pc-tools.net/files/unix/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
-IUSE=""
src_install() {
emake DESTDIR="${D}" install
- mv "${D}"/etc/renattach.conf.ex "${D}"/etc/renattach.conf || die
+ mv "${ED}"/etc/renattach.conf.ex "${ED}"/etc/renattach.conf || die
dodoc AUTHORS ChangeLog README NEWS
}