diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-01-01 09:58:59 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-01-01 10:04:47 +0000 |
commit | 06633ab28b771dc99a183d4e5035a8782fbf513c (patch) | |
tree | 5a628a5df8bb770931e5c30b11b0ec03b57dfef7 /dev-libs/libmspack | |
parent | sys-fs/mergerfs-tools: use conventional variable style (diff) | |
download | gentoo-06633ab28b771dc99a183d4e5035a8782fbf513c.tar.gz gentoo-06633ab28b771dc99a183d4e5035a8782fbf513c.tar.bz2 gentoo-06633ab28b771dc99a183d4e5035a8782fbf513c.zip |
dev-libs/libmspack: Keyword 0.10.1_alpha for ~m68k
The tests pass.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-libs/libmspack')
-rw-r--r-- | dev-libs/libmspack/libmspack-0.10.1_alpha.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libmspack/libmspack-0.10.1_alpha.ebuild b/dev-libs/libmspack/libmspack-0.10.1_alpha.ebuild index e7f7d1b121e0..7d7b60614f6a 100644 --- a/dev-libs/libmspack/libmspack-0.10.1_alpha.ebuild +++ b/dev-libs/libmspack/libmspack-0.10.1_alpha.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 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 MY_P="${PN}-9999" else - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos ~x64-solaris" MY_PV="${PV/_alpha/alpha}" MY_P="${PN}-${MY_PV}" SRC_URI="https://www.cabextract.org.uk/libmspack/libmspack-${MY_PV}.tar.gz" |