diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2020-11-25 00:02:54 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2020-11-25 00:11:43 +0100 |
commit | a89ca563178bf0cba60bfc953ff541f804cbd338 (patch) | |
tree | 5fa04b9af027a5c5210fcca6aa233108bc1ceb95 /app-misc/when | |
parent | app-misc/when: clean up old. (diff) | |
download | gentoo-a89ca563178bf0cba60bfc953ff541f804cbd338.tar.gz gentoo-a89ca563178bf0cba60bfc953ff541f804cbd338.tar.bz2 gentoo-a89ca563178bf0cba60bfc953ff541f804cbd338.zip |
app-misc/when: stable for amd64.
mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-misc/when')
-rw-r--r-- | app-misc/when/when-1.1.37.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/when/when-1.1.37.ebuild b/app-misc/when/when-1.1.37.ebuild index 533d342eb72f..78015bbe8276 100644 --- a/app-misc/when/when-1.1.37.ebuild +++ b/app-misc/when/when-1.1.37.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="http://www.lightandmatter.com/when/when.tar.gz -> ${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" DEPEND="dev-lang/perl" RDEPEND="${DEPEND}" |