diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-09-27 10:27:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-09-27 11:05:17 +0200 |
commit | 04e3231b2dd7afeb31860619b7e454038f1e32db (patch) | |
tree | db25bf240a1981f9c87a0867f47d5125f4cb2028 /sys-fs/udev/udev-9999.ebuild | |
parent | sys-apps/firejail: amd64 stable wrt bug #593710 (diff) | |
download | gentoo-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-9999.ebuild')
-rw-r--r-- | sys-fs/udev/udev-9999.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild index f2164b45727d..aecf5ee7c23f 100644 --- a/sys-fs/udev/udev-9999.ebuild +++ b/sys-fs/udev/udev-9999.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 ...) |