diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-01-15 23:12:45 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-01-15 23:30:41 +0000 |
commit | a31953fa095a6275b641b2fa4a89c3492c362fb4 (patch) | |
tree | dcb399f9dbc880e22de5de161f99136ac70ffb8a /sys-fs/lvm2 | |
parent | sys-cluster/sanlock: Keyword 3.8.4 for ~m68k (diff) | |
download | gentoo-a31953fa095a6275b641b2fa4a89c3492c362fb4.tar.gz gentoo-a31953fa095a6275b641b2fa4a89c3492c362fb4.tar.bz2 gentoo-a31953fa095a6275b641b2fa4a89c3492c362fb4.zip |
sys-fs/lvm2: Keyword 2.03.14-r1 for ~m68k
I did some basic manual testing, and it looked good. I also manually ran the
tests, which mostly worked. Some failures were possibly due to environmental
issues like not using kernel modules. Bear in mind that we don't normally run
these tests.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'sys-fs/lvm2')
-rw-r--r-- | sys-fs/lvm2/lvm2-2.03.14-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/lvm2/lvm2-2.03.14-r1.ebuild b/sys-fs/lvm2/lvm2-2.03.14-r1.ebuild index a0f3b38b6ae8..2ea2eaea55a6 100644 --- a/sys-fs/lvm2/lvm2-2.03.14-r1.ebuild +++ b/sys-fs/lvm2/lvm2-2.03.14-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 @@ -12,7 +12,7 @@ SRC_URI="ftp://sourceware.org/pub/lvm2/${PN/lvm/LVM}.${PV}.tgz LICENSE="GPL-2" SLOT="0" -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" IUSE="readline static static-libs systemd lvm2create-initrd sanlock selinux +udev +thin device-mapper-only" REQUIRED_USE="device-mapper-only? ( !lvm2create-initrd !sanlock !thin ) static? ( !systemd !udev ) |