diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-10-28 08:07:32 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-10-28 08:07:32 -0400 |
commit | 504b4bea7d6dc5499f21b21b8e3d7ae25fdd0245 (patch) | |
tree | 62e4a89420638f1b9be1fe0a6541ee43c5da5612 /virtual/libudev | |
parent | sys-fs/eudev: x86 stable wrt bug #698698 (diff) | |
download | gentoo-504b4bea7d6dc5499f21b21b8e3d7ae25fdd0245.tar.gz gentoo-504b4bea7d6dc5499f21b21b8e3d7ae25fdd0245.tar.bz2 gentoo-504b4bea7d6dc5499f21b21b8e3d7ae25fdd0245.zip |
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@gentoo.org>
Diffstat (limited to 'virtual/libudev')
-rw-r--r-- | virtual/libudev/libudev-232-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/virtual/libudev/libudev-232-r2.ebuild b/virtual/libudev/libudev-232-r2.ebuild index cda316a78bad..95c873cee6b5 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}] ) " |