diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-06-17 17:16:26 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-06-17 17:16:26 +0000 |
commit | 38b4bbd77b99ca13278e2b32c8cc778ae8dd6a8f (patch) | |
tree | ae4ce87bb39aea1c6f591a455d7f5f38b03691cd /sys-apps/udevil | |
parent | Add ~alpha/~ia64/~s390/~sh/~sparc wrt #410239 (diff) | |
download | gentoo-2-38b4bbd77b99ca13278e2b32c8cc778ae8dd6a8f.tar.gz gentoo-2-38b4bbd77b99ca13278e2b32c8cc778ae8dd6a8f.tar.bz2 gentoo-2-38b4bbd77b99ca13278e2b32c8cc778ae8dd6a8f.zip |
remove virtual/libc and fix --with-setfacl-prog
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/udevil')
-rw-r--r-- | sys-apps/udevil/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/udevil/udevil-0.2.8.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/sys-apps/udevil/ChangeLog b/sys-apps/udevil/ChangeLog index 9599eac4160d..3bec96ff6fba 100644 --- a/sys-apps/udevil/ChangeLog +++ b/sys-apps/udevil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/udevil # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/udevil/ChangeLog,v 1.1 2012/06/17 17:10:38 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/udevil/ChangeLog,v 1.2 2012/06/17 17:16:26 hasufell Exp $ + + 17 Jun 2012; Julian Ospald <hasufell@gentoo.org> udevil-0.2.8.ebuild: + remove virtual/libc and fix --with-setfacl-prog *udevil-0.2.8 (17 Jun 2012) diff --git a/sys-apps/udevil/udevil-0.2.8.ebuild b/sys-apps/udevil/udevil-0.2.8.ebuild index 622c9e9e665b..01400bb6f115 100644 --- a/sys-apps/udevil/udevil-0.2.8.ebuild +++ b/sys-apps/udevil/udevil-0.2.8.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-apps/udevil/udevil-0.2.8.ebuild,v 1.1 2012/06/17 17:10:38 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/udevil/udevil-0.2.8.ebuild,v 1.2 2012/06/17 17:16:26 hasufell Exp $ EAPI=4 @@ -18,8 +18,7 @@ IUSE="" RDEPEND=">=app-shells/bash-4.0 sys-apps/util-linux >=sys-fs/udev-143 - virtual/acl - virtual/libc" + virtual/acl" DEPEND="${RDEPEND} dev-util/intltool sys-devel/gettext @@ -36,7 +35,7 @@ src_prepare() { src_configure() { econf \ - --with-setfacl-prog=/bin/setfacl + --with-setfacl-prog="$(type -P setfacl)" } src_install() { |