Skip to content

Commit

Permalink
app-misc/mtail: Stable for amd64. Retroactively mark stable for the r…
Browse files Browse the repository at this point in the history
…emaining arches using the ALLARCHES policy.

Gentoo-Bug: https://bugs.gentoo.org/593208

Package-Manager: portage-2.2.28
  • Loading branch information
monsieurp committed Sep 9, 2016
1 parent 934d99b commit 7f2c93a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app-misc/mtail/mtail-1.1.1-r3.ebuild
Original file line number Diff line number Diff line change
@@ -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$

Expand All @@ -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}
Expand All @@ -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
}

0 comments on commit 7f2c93a

Please sign in to comment.