diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-06-01 10:08:40 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-06-01 10:08:40 +0200 |
commit | 246c1129189205d65d6e81c38b02b6d90b8b36cf (patch) | |
tree | 51393b526bd99d65c1ebb5220c19515947a613e3 /app-misc | |
parent | www-servers/tomcat: amd64 stable wrt bug #847427 (diff) | |
download | gentoo-246c1129189205d65d6e81c38b02b6d90b8b36cf.tar.gz gentoo-246c1129189205d65d6e81c38b02b6d90b8b36cf.tar.bz2 gentoo-246c1129189205d65d6e81c38b02b6d90b8b36cf.zip |
app-misc/resolve-march-native: amd64 stable wrt bug #848597
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 'app-misc')
-rw-r--r-- | app-misc/resolve-march-native/resolve-march-native-1.0.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/resolve-march-native/resolve-march-native-1.0.0-r1.ebuild b/app-misc/resolve-march-native/resolve-march-native-1.0.0-r1.ebuild index 351eb554727a..87b616105ea0 100644 --- a/app-misc/resolve-march-native/resolve-march-native-1.0.0-r1.ebuild +++ b/app-misc/resolve-march-native/resolve-march-native-1.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -13,7 +13,7 @@ SRC_URI="https://github.com/hartwork/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" IUSE="" DEPEND="" |