diff options
author | Sam James <sam@gentoo.org> | 2023-06-07 17:10:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-07 17:10:34 +0100 |
commit | 1f8d5889e323e09990b72a5dbb414676fa85391e (patch) | |
tree | 42acb206dd0814c76619d88e0e00329de3ca96c0 /app-emulation | |
parent | app-emacs/osm: Stabilize 0.12 amd64, #908006 (diff) | |
download | gentoo-1f8d5889e323e09990b72a5dbb414676fa85391e.tar.gz gentoo-1f8d5889e323e09990b72a5dbb414676fa85391e.tar.bz2 gentoo-1f8d5889e323e09990b72a5dbb414676fa85391e.zip |
app-emulation/uxn: Stabilize 0_p20230501 amd64, #908008
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/uxn/uxn-0_p20230501.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/uxn/uxn-0_p20230501.ebuild b/app-emulation/uxn/uxn-0_p20230501.ebuild index 8ecf6d857beb..867b95f57779 100644 --- a/app-emulation/uxn/uxn-0_p20230501.ebuild +++ b/app-emulation/uxn/uxn-0_p20230501.ebuild @@ -17,7 +17,7 @@ elif [[ ${PV} == *_p20230501 ]] ; then SRC_URI="https://git.sr.ht/~rabbits/uxn/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/${PN}-${COMMIT} - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" else die "wrong package version (PV), given: ${PV}" fi |