diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-10-08 19:32:10 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-10-08 19:32:10 +0000 |
commit | 6c9b9971964f01d81f722d2e0df0fcbf0ee86e86 (patch) | |
tree | 252685f661408a3a8ea51612781d07fbc1fa4983 /sys-fs | |
parent | Stable for amd64, wrt bug #487230 (diff) | |
download | gentoo-2-6c9b9971964f01d81f722d2e0df0fcbf0ee86e86.tar.gz gentoo-2-6c9b9971964f01d81f722d2e0df0fcbf0ee86e86.tar.bz2 gentoo-2-6c9b9971964f01d81f722d2e0df0fcbf0ee86e86.zip |
Force old version of sys-apps/hwids which didn't have 60-keyboard.hwdb file yet because it's incompatible with the old keymap feature.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/udev/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/udev/udev-204.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog index 8430612b79f6..a49acb30ecd3 100644 --- a/sys-fs/udev/ChangeLog +++ b/sys-fs/udev/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/udev # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.968 2013/10/03 07:14:52 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.969 2013/10/08 19:32:10 ssuominen Exp $ + + 08 Oct 2013; Samuli Suominen <ssuominen@gentoo.org> udev-204.ebuild: + Force old version of sys-apps/hwids which didn't have 60-keyboard.hwdb file + yet because it's incompatible with the old keymap feature. 03 Oct 2013; Samuli Suominen <ssuominen@gentoo.org> udev-204.ebuild: Change patchset SRC_URI to Gentoo mirrors by request of Poly-C. Remove diff --git a/sys-fs/udev/udev-204.ebuild b/sys-fs/udev/udev-204.ebuild index ea8dc5259dc0..902b52597d74 100644 --- a/sys-fs/udev/udev-204.ebuild +++ b/sys-fs/udev/udev-204.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-204.ebuild,v 1.17 2013/10/03 07:14:52 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-204.ebuild,v 1.18 2013/10/08 19:32:10 ssuominen Exp $ EAPI=5 @@ -71,7 +71,7 @@ RDEPEND="${COMMON_DEPEND} !<sec-policy/selinux-base-2.20120725-r10" PDEPEND=">=virtual/udev-197-r1 - hwdb? ( >=sys-apps/hwids-20130326.1[udev] ) + hwdb? ( <sys-apps/hwids-20130915[udev] ) openrc? ( >=sys-fs/udev-init-scripts-25 )" S=${WORKDIR}/systemd-${PV} |