commit: 80890e5e406991ee8e4e21e82f7274f4a78b3563 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Mon Dec 26 19:54:09 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue Dec 27 00:05:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80890e5e
app-misc/perltrash: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.3.0 app-misc/perltrash/perltrash-0.3-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-misc/perltrash/perltrash-0.3-r1.ebuild b/app-misc/perltrash/perltrash-0.3-r1.ebuild index def544e..a265e70 100644 --- a/app-misc/perltrash/perltrash-0.3-r1.ebuild +++ b/app-misc/perltrash/perltrash-0.3-r1.ebuild @@ -10,12 +10,13 @@ SRC_URI="ftp://www.iq-computing.de/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND="dev-lang/perl" +DOCS=( README.txt ) + src_install() { newbin "${PN}.pl" "${PN}" - dodoc README.txt }