diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-04-16 23:59:22 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-04-16 23:59:22 +0200 |
commit | ede61883e09eac0baa877caadd3aa4de6c93020e (patch) | |
tree | 218b763829d536b756809ed89915537f89583f71 /sys-apps/miller | |
parent | sys-apps/util-linux: allow user patches (diff) | |
download | gentoo-ede61883e09eac0baa877caadd3aa4de6c93020e.tar.gz gentoo-ede61883e09eac0baa877caadd3aa4de6c93020e.tar.bz2 gentoo-ede61883e09eac0baa877caadd3aa4de6c93020e.zip |
sys-apps/miller: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-apps/miller')
-rw-r--r-- | sys-apps/miller/miller-4.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/miller/miller-4.2.0.ebuild b/sys-apps/miller/miller-4.2.0.ebuild index 855e44ee8fc1..df616602dab7 100644 --- a/sys-apps/miller/miller-4.2.0.ebuild +++ b/sys-apps/miller/miller-4.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ LICENSE="BSD-2" SLOT="0" SRC_URI="https://github.com/johnkerl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 arm x86" IUSE="doc test" DEPEND="sys-devel/flex" |