diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-08-09 19:23:02 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-08-09 19:23:02 +0000 |
commit | 33d6bfa2943877f1b8ef8f6dc2379825cb46ef04 (patch) | |
tree | 348efa3246e6dfbc026105584cc776d4aff7ab1f | |
parent | Remove entire USE="hwdb" which was only controlling the sys-apps/hwids depend... (diff) | |
download | gentoo-2-33d6bfa2943877f1b8ef8f6dc2379825cb46ef04.tar.gz gentoo-2-33d6bfa2943877f1b8ef8f6dc2379825cb46ef04.tar.bz2 gentoo-2-33d6bfa2943877f1b8ef8f6dc2379825cb46ef04.zip |
Remove entire USE="hwdb" which was only controlling the sys-apps/hwids dependency as suggested by WilliamH. Not having sys-apps/hwids installed is not really supported configuration.
(Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
-rw-r--r-- | virtual/udev/ChangeLog | 9 | ||||
-rw-r--r-- | virtual/udev/udev-206-r2.ebuild | 23 |
2 files changed, 31 insertions, 1 deletions
diff --git a/virtual/udev/ChangeLog b/virtual/udev/ChangeLog index ae986f1a84f8..09dc3c01f825 100644 --- a/virtual/udev/ChangeLog +++ b/virtual/udev/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for virtual/udev # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/udev/ChangeLog,v 1.51 2013/08/08 11:15:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/udev/ChangeLog,v 1.52 2013/08/09 19:23:02 ssuominen Exp $ + +*udev-206-r2 (09 Aug 2013) + + 09 Aug 2013; Samuli Suominen <ssuominen@gentoo.org> +udev-206-r2.ebuild: + Remove entire USE="hwdb" which was only controlling the sys-apps/hwids + dependency as suggested by WilliamH. Not having sys-apps/hwids installed is + not really supported configuration. 08 Aug 2013; Samuli Suominen <ssuominen@gentoo.org> udev-206-r1.ebuild: Enable USE="hwdb" by default to match upstream behavior. diff --git a/virtual/udev/udev-206-r2.ebuild b/virtual/udev/udev-206-r2.ebuild new file mode 100644 index 000000000000..5a80c7131b36 --- /dev/null +++ b/virtual/udev/udev-206-r2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/udev/udev-206-r2.ebuild,v 1.1 2013/08/09 19:23:02 ssuominen Exp $ + +EAPI=5 +inherit multilib-build + +DESCRIPTION="Virtual to select between sys-fs/udev and sys-fs/eudev" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +# These default enabled IUSE flags should follow defaults of sys-fs/udev. +IUSE="gudev introspection +kmod selinux static-libs" + +DEPEND="" +RDEPEND="|| ( >=sys-fs/udev-206-r2[${MULTILIB_USEDEP},gudev?,introspection?,kmod?,selinux?,static-libs?] + >=sys-apps/systemd-206[${MULTILIB_USEDEP},gudev?,introspection?,kmod?,selinux?,static-libs(-)?] + kmod? ( >=sys-fs/eudev-1.2-r1[${MULTILIB_USEDEP},keymap,modutils,gudev?,hwdb,introspection?,selinux?,static-libs?] ) + !kmod? ( >=sys-fs/eudev-1.2-r1[${MULTILIB_USEDEP},keymap,gudev?,hwdb,introspection?,selinux?,static-libs?] ) + )" |