app-misc/mtail: Stable for amd64. Retroactively mark stable for the remaining arches...
authorPatrice Clement <monsieurp@gentoo.org>
Fri, 9 Sep 2016 13:44:24 +0000 (15:44 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Fri, 9 Sep 2016 13:44:24 +0000 (15:44 +0200)
Gentoo-Bug: https://bugs.gentoo.org/593208

Package-Manager: portage-2.2.28

app-misc/mtail/mtail-1.1.1-r3.ebuild

index e39550b60f0ddda6fa3cc35770be11f56c94ca49..422847738592a50fb10bf9f8ec3bce826a6cd168 100644 (file)
@@ -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
 }