commit: 7f2c93a33b49ad1053230fd0bb41a2cd6cdf6ce5 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Fri Sep 9 13:44:24 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Fri Sep 9 13:44:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f2c93a3
app-misc/mtail: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy. Gentoo-Bug: https://bugs.gentoo.org/593208 Package-Manager: portage-2.2.28 app-misc/mtail/mtail-1.1.1-r3.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-misc/mtail/mtail-1.1.1-r3.ebuild b/app-misc/mtail/mtail-1.1.1-r3.ebuild index e39550b..4228477 100644 --- a/app-misc/mtail/mtail-1.1.1-r3.ebuild +++ b/app-misc/mtail/mtail-1.1.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://matt.immute.net/src/mtail/mtail-${PV}.tgz LICENSE="HPND" SLOT="0" -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="alpha amd64 mips ppc sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" RDEPEND=${PYTHON_DEPS} @@ -26,6 +26,6 @@ src_prepare() { } src_install() { - dobin mtail || die - dodoc CHANGES mtailrc.sample README "${DISTDIR}"/mtailrc-syslog.sample || die + dobin "${PN}" + dodoc CHANGES "${PN}rc.sample" README "${DISTDIR}"/mtailrc-syslog.sample || die }