diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-04-06 08:32:02 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-04-06 08:32:02 +0200 |
commit | 7ca193414dc90beba23f21ca704a5955ed912005 (patch) | |
tree | 8bbbad4ce50496a135380baa8141780ef82f6273 /sci-geosciences | |
parent | app-containers/containerd: amd64 stable wrt bug #836778 (diff) | |
download | gentoo-7ca193414dc90beba23f21ca704a5955ed912005.tar.gz gentoo-7ca193414dc90beba23f21ca704a5955ed912005.tar.bz2 gentoo-7ca193414dc90beba23f21ca704a5955ed912005.zip |
sci-geosciences/grass: amd64 stable wrt bug #836849
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/grass/grass-8.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-geosciences/grass/grass-8.0.1.ebuild b/sci-geosciences/grass/grass-8.0.1.ebuild index 42780861df19..271aed05e3e5 100644 --- a/sci-geosciences/grass/grass-8.0.1.ebuild +++ b/sci-geosciences/grass/grass-8.0.1.ebuild @@ -26,7 +26,7 @@ else MY_P="${P/_rc/RC}" SRC_URI="https://grass.osgeo.org/${MY_PM}/source/${MY_P}.tar.gz" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~amd64 ~ppc ~x86" + KEYWORDS="amd64 ~ppc ~x86" fi S="${WORKDIR}/${MY_P}" |