commit: 504b4bea7d6dc5499f21b21b8e3d7ae25fdd0245
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 28 12:07:32 2019 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Oct 28 12:07:32 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=504b4bea
virtual/libudev: 232-r2 stable on amd64 and x86, bug #698726
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
virtual/libudev/libudev-232-r2.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/virtual/libudev/libudev-232-r2.ebuild
b/virtual/libudev/libudev-232-r2.ebuild
index cda316a78ba..95c873cee6b 100644
--- a/virtual/libudev/libudev-232-r2.ebuild
+++ b/virtual/libudev/libudev-232-r2.ebuild
@@ -6,13 +6,13 @@ 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 ~s390
~sh ~sparc x86"
IUSE="static-libs systemd"
RDEPEND="
!systemd? ( || (
- >=sys-fs/eudev-3.2.9:0/0[${MULTILIB_USEDEP},static-libs(-)?]
- >=sys-fs/udev-232:0/0[${MULTILIB_USEDEP},static-libs(-)?]
+ >=sys-fs/eudev-3.2.9:0/0[${MULTILIB_USEDEP}]
+ >=sys-fs/udev-232:0/0[${MULTILIB_USEDEP}]
) )
- systemd? (
>=sys-apps/systemd-232:0/2[${MULTILIB_USEDEP},static-libs(-)?] )
+ systemd? ( >=sys-apps/systemd-232:0/2[${MULTILIB_USEDEP}] )
"