diff options
Diffstat (limited to 'sys-fs/udev/udev-219.ebuild')
-rw-r--r-- | sys-fs/udev/udev-219.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/udev/udev-219.ebuild b/sys-fs/udev/udev-219.ebuild index ab2a143ac4c2..7dc9627c975f 100644 --- a/sys-fs/udev/udev-219.ebuild +++ b/sys-fs/udev/udev-219.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-219.ebuild,v 1.1 2015/03/20 00:14:46 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-219.ebuild,v 1.2 2015/04/25 17:56:15 williamh Exp $ EAPI=5 @@ -51,7 +51,7 @@ DEPEND="${COMMON_DEPEND} virtual/os-headers virtual/pkgconfig >=sys-devel/make-3.82-r4 - >=sys-kernel/linux-headers-3.7 + >=sys-kernel/linux-headers-3.9 doc? ( >=dev-util/gtk-doc-1.18 )" # Try with `emerge -C docbook-xml-dtd` to see the build failure without DTDs if [[ ${PV} = 9999* ]]; then |