summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-09-27 10:27:01 +0200
committerMichał Górny <mgorny@gentoo.org>2016-09-27 11:05:17 +0200
commit04e3231b2dd7afeb31860619b7e454038f1e32db (patch)
treedb25bf240a1981f9c87a0867f47d5125f4cb2028 /sys-fs/udev/udev-228.ebuild
parentsys-apps/firejail: amd64 stable wrt bug #593710 (diff)
downloadgentoo-04e3231b2dd7afeb31860619b7e454038f1e32db.tar.gz
gentoo-04e3231b2dd7afeb31860619b7e454038f1e32db.tar.bz2
gentoo-04e3231b2dd7afeb31860619b7e454038f1e32db.zip
sys-fs/udev: Remove unnecessary header hack from new versions
Remove the header hack that was introduced as the twice-wrong solution to the libgudev header problem from the new versions that do not ship libgudev anymore.
Diffstat (limited to 'sys-fs/udev/udev-228.ebuild')
-rw-r--r--sys-fs/udev/udev-228.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys-fs/udev/udev-228.ebuild b/sys-fs/udev/udev-228.ebuild
index 8fc46f5e16f2..69b14136b3ef 100644
--- a/sys-fs/udev/udev-228.ebuild
+++ b/sys-fs/udev/udev-228.ebuild
@@ -62,11 +62,6 @@ PDEPEND=">=sys-apps/hwids-20140304[udev]
S=${WORKDIR}/systemd-${PV}
-# The multilib-build.eclass doesn't handle situation where the installed headers
-# are different in ABIs. In this case, we install libgudev headers in native
-# ABI but not for non-native ABI.
-multilib_check_headers() { :; }
-
check_default_rules() {
# Make sure there are no sudden changes to upstream rules file
# (more for my own needs than anything else ...)