summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-26 17:43:59 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-27 16:30:40 +0100
commit9f09d6675b255190d9376671c68565c54662d771 (patch)
treeafc4e741572d4bbe6c4a514843154eb499dc023a /virtual/libudev/libudev-215-r1.ebuild
parentsys-apps/pciutils: Use-default to static-libs(-) on libudev (diff)
downloadgentoo-9f09d6675b255190d9376671c68565c54662d771.tar.gz
gentoo-9f09d6675b255190d9376671c68565c54662d771.tar.bz2
gentoo-9f09d6675b255190d9376671c68565c54662d771.zip
virtual/libudev: Remove incorrect eudev provider from 232
Remove sys-fs/eudev from the list of providers for 232 since it does not satisfy the requirement on that version. Since it is the only provider offering static-libs, remove that flag as well (reverse dependencies have already been updated to account for that). While at it, bump to EAPI 7. People who are in dire need of static libraries or eudev in general can still install the older version of virtual/libudev. Closes: https://bugs.gentoo.org/697550 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual/libudev/libudev-215-r1.ebuild')
-rw-r--r--virtual/libudev/libudev-215-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/libudev/libudev-215-r1.ebuild b/virtual/libudev/libudev-215-r1.ebuild
index dac1458fb0a9..8499648ba71e 100644
--- a/virtual/libudev/libudev-215-r1.ebuild
+++ b/virtual/libudev/libudev-215-r1.ebuild
@@ -6,7 +6,7 @@ inherit multilib-build
DESCRIPTION="Virtual for libudev providers"
SLOT="0/1"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86"
IUSE="static-libs systemd"
REQUIRED_USE="systemd? ( !static-libs )"