virtual/libgudev: bump to 232 for packages requiring it

Due to introduction of g_autoptr in glib and its use in this release,
some package may start to fail if not requiring this specific version.
See bug #630312.

Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
Gilles Dartiguelongue
2017-09-12 23:57:59 +02:00
parent 69d42e2e58
commit 3b4ce3cdb1

View File

@@ -0,0 +1,12 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit multilib-build
DESCRIPTION="Virtual for libgudev providers"
SLOT="0/0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="introspection static-libs"
RDEPEND=">=dev-libs/libgudev-232:0/0[${MULTILIB_USEDEP},introspection?,static-libs?]"