summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2022-01-15 23:10:09 +0000
committerJames Le Cuirot <chewi@gentoo.org>2022-01-15 23:30:34 +0000
commit5d38d849bb3a5088efda1e6626690b59361b938c (patch)
tree62683c898983a053f87bd56205cfdd89b87b7491 /sys-block/thin-provisioning-tools
parentnet-nds/rpcbind: Keyword 1.2.6 for ~m68k (diff)
downloadgentoo-5d38d849bb3a5088efda1e6626690b59361b938c.tar.gz
gentoo-5d38d849bb3a5088efda1e6626690b59361b938c.tar.bz2
gentoo-5d38d849bb3a5088efda1e6626690b59361b938c.zip
sys-block/thin-provisioning-tools: Keyword 0.9.0-r1 for ~m68k
The tests can't be run as Ruby is broken on m68k. I did run the LVM2 tests though, which mostly worked. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'sys-block/thin-provisioning-tools')
-rw-r--r--sys-block/thin-provisioning-tools/thin-provisioning-tools-0.9.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.9.0-r1.ebuild b/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.9.0-r1.ebuild
index 3db697229d75..b00ab931548e 100644
--- a/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.9.0-r1.ebuild
+++ b/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.9.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
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/jthornber/thin-provisioning-tools"
if [[ ${PV} != *9999 ]]; then
SRC_URI="https://github.com/jthornber/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
else
inherit git-r3
EGIT_REPO_URI='https://github.com/jthornber/thin-provisioning-tools.git'