diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-02-28 15:12:11 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-02-28 15:12:11 +0100 |
commit | 3001ee4876e577fa882e463eb6ac7e075f3d85e3 (patch) | |
tree | 60705da5b69f08c87117bfb0252e9c7d6dc3233e /app-admin | |
parent | www-servers/tomcat: amd64 stable wrt bug #710656 (diff) | |
download | gentoo-3001ee4876e577fa882e463eb6ac7e075f3d85e3.tar.gz gentoo-3001ee4876e577fa882e463eb6ac7e075f3d85e3.tar.bz2 gentoo-3001ee4876e577fa882e463eb6ac7e075f3d85e3.zip |
app-admin/gkrellm: amd64 stable wrt bug #710934
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild index 1e4443fdd6e6..879ff3eef26c 100644 --- a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild +++ b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ if [[ "${PV}" == 9999 ]] ; then EGIT_REPO_URI="https://git.srcbox.net/gkrellm" else SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" fi LICENSE="GPL-3" SLOT="2" |