From a8cd91b7b81ab61ee44a53c2298be9c88ab5eb2f Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Wed, 15 Aug 2012 19:44:05 +0000 Subject: sync live ebuild (Portage version: 2.2.0_alpha120/cvs/Linux i686) --- sys-fs/udev/udev-9999.ebuild | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild index ffbf3a61d2bf..2dc219ae44de 100644 --- a/sys-fs/udev/udev-9999.ebuild +++ b/sys-fs/udev/udev-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.109 2012/08/13 16:05:15 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.110 2012/08/15 19:44:05 williamh Exp $ EAPI=4 @@ -13,12 +13,12 @@ then EGIT_REPO_URI="git://anongit.freedesktop.org/systemd/systemd" inherit git-2 else - patchversion= + patchset= SRC_URI="http://www.freedesktop.org/software/systemd/systemd-${PV}.tar.xz" - if [[ -n "${patchversion}" ]] + if [[ -n "${patchset}" ]] then SRC_URI="${SRC_URI} - mirror://gentoo/${P}-patches-${patchversion}.tar.bz2" + http://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.bz2" fi KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi @@ -28,11 +28,12 @@ HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd" LICENSE="LGPL-2.1 MIT GPL-2" SLOT="0" -IUSE="doc gudev hwdb introspection keymap +openrc selinux static-libs" +IUSE="acl doc gudev hwdb introspection keymap +openrc selinux static-libs" RESTRICT="test" -COMMON_DEPEND="gudev? ( dev-libs/glib:2 ) +COMMON_DEPEND="acl? ( sys-apps/acl ) + gudev? ( dev-libs/glib:2 ) introspection? ( >=dev-libs/gobject-introspection-1.31.1 ) selinux? ( sys-libs/libselinux ) >=sys-apps/kmod-5 @@ -59,6 +60,7 @@ RDEPEND="${COMMON_DEPEND} openrc? ( >=sys-fs/udev-init-scripts-16 !