diff options
author | Sam James <sam@gentoo.org> | 2021-03-13 11:35:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-13 11:35:35 +0000 |
commit | ac4e26d358731232033bf0486e478f1ae839174d (patch) | |
tree | 9c7884565eb06a561cd1bba4f6083eb9e588d55d /app-misc | |
parent | dev-ml/cryptokit: Stabilize 1.16.1-r1 amd64, #775668 (diff) | |
download | gentoo-ac4e26d358731232033bf0486e478f1ae839174d.tar.gz gentoo-ac4e26d358731232033bf0486e478f1ae839174d.tar.bz2 gentoo-ac4e26d358731232033bf0486e478f1ae839174d.zip |
app-misc/resolve-march-native: Stabilize 1.0.0 amd64, #775689
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/resolve-march-native/resolve-march-native-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/resolve-march-native/resolve-march-native-1.0.0.ebuild b/app-misc/resolve-march-native/resolve-march-native-1.0.0.ebuild index 913b18b43abf..4680c64d3e2e 100644 --- a/app-misc/resolve-march-native/resolve-march-native-1.0.0.ebuild +++ b/app-misc/resolve-march-native/resolve-march-native-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -14,7 +14,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="" |