net-mail/offlineimap: restore KEYWORDS to 7.3.3
[gentoo.git] / net-mail / renattach / renattach-1.2.4-r1.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 DESCRIPTION="Filter that renames/deletes dangerous email attachments"
7 HOMEPAGE="http://www.pc-tools.net/unix/renattach/"
8 SRC_URI="http://www.pc-tools.net/files/unix/${P}.tar.gz"
9
10 SLOT="0"
11 LICENSE="GPL-2"
12 KEYWORDS="~amd64 ~x86"
13 IUSE=""
14
15 src_install() {
16         emake DESTDIR="${D}" install
17
18         mv "${D}"/etc/renattach.conf.ex "${D}"/etc/renattach.conf || die
19
20         dodoc AUTHORS ChangeLog README NEWS
21 }