diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-08-12 02:10:45 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-08-12 02:10:45 +0000 |
commit | 6377de5e137cf719c46a7e5880e29c7dccde40c2 (patch) | |
tree | a268441831b3022144c8a8208de12cd7b4b2c371 /sys-apps | |
parent | advertise fbsd 9.2 profiles now that they are bumped to rc1 (diff) | |
download | gentoo-2-6377de5e137cf719c46a7e5880e29c7dccde40c2.tar.gz gentoo-2-6377de5e137cf719c46a7e5880e29c7dccde40c2.tar.bz2 gentoo-2-6377de5e137cf719c46a7e5880e29c7dccde40c2.zip |
remove systemd useflag wrt #465596
(Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/udevil/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/udevil/udevil-0.4.1.ebuild | 9 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sys-apps/udevil/ChangeLog b/sys-apps/udevil/ChangeLog index a823a1360f2d..3815860cb7ec 100644 --- a/sys-apps/udevil/ChangeLog +++ b/sys-apps/udevil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/udevil # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/udevil/ChangeLog,v 1.29 2013/05/14 09:41:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/udevil/ChangeLog,v 1.30 2013/08/12 02:10:45 hasufell Exp $ + + 12 Aug 2013; Julian Ospald <hasufell@gentoo.org> udevil-0.4.1.ebuild: + remove systemd useflag wrt #465596 14 May 2013; Agostino Sarubbo <ago@gentoo.org> udevil-0.4.1.ebuild: Stable for x86, wrt bug #469748 diff --git a/sys-apps/udevil/udevil-0.4.1.ebuild b/sys-apps/udevil/udevil-0.4.1.ebuild index 721262673988..955f8e813b75 100644 --- a/sys-apps/udevil/udevil-0.4.1.ebuild +++ b/sys-apps/udevil/udevil-0.4.1.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-apps/udevil/udevil-0.4.1.ebuild,v 1.4 2013/05/14 09:41:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/udevil/udevil-0.4.1.ebuild,v 1.5 2013/08/12 02:10:45 hasufell Exp $ EAPI=5 @@ -13,14 +13,13 @@ SRC_URI="http://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" -IUSE="systemd" +IUSE="" RDEPEND=">=app-shells/bash-4.0 dev-libs/glib:2 sys-apps/util-linux virtual/acl - >=virtual/udev-143 - systemd? ( sys-apps/systemd )" + >=virtual/udev-143" DEPEND="${RDEPEND} dev-util/intltool sys-devel/gettext @@ -38,7 +37,7 @@ src_prepare() { src_configure() { econf \ --with-setfacl-prog="$(type -P setfacl)" \ - $(use_enable systemd) + --enable-systemd } src_install() { |