Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libudev/
Date: Mon, 28 Oct 2019 12:07:55
Message-Id: 1572264452.504b4bea7d6dc5499f21b21b8e3d7ae25fdd0245.blueness@gentoo
1 commit: 504b4bea7d6dc5499f21b21b8e3d7ae25fdd0245
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 28 12:07:32 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 28 12:07:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=504b4bea
7
8 virtual/libudev: 232-r2 stable on amd64 and x86, bug #698726
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
12
13 virtual/libudev/libudev-232-r2.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/virtual/libudev/libudev-232-r2.ebuild b/virtual/libudev/libudev-232-r2.ebuild
17 index cda316a78ba..95c873cee6b 100644
18 --- a/virtual/libudev/libudev-232-r2.ebuild
19 +++ b/virtual/libudev/libudev-232-r2.ebuild
20 @@ -6,13 +6,13 @@ inherit multilib-build
21
22 DESCRIPTION="Virtual for libudev providers"
23 SLOT="0/1"
24 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
25 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
26 IUSE="static-libs systemd"
27
28 RDEPEND="
29 !systemd? ( || (
30 - >=sys-fs/eudev-3.2.9:0/0[${MULTILIB_USEDEP},static-libs(-)?]
31 - >=sys-fs/udev-232:0/0[${MULTILIB_USEDEP},static-libs(-)?]
32 + >=sys-fs/eudev-3.2.9:0/0[${MULTILIB_USEDEP}]
33 + >=sys-fs/udev-232:0/0[${MULTILIB_USEDEP}]
34 ) )
35 - systemd? ( >=sys-apps/systemd-232:0/2[${MULTILIB_USEDEP},static-libs(-)?] )
36 + systemd? ( >=sys-apps/systemd-232:0/2[${MULTILIB_USEDEP}] )
37 "