summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-04-15 13:31:51 +0000
committerMichał Górny <mgorny@gentoo.org>2013-04-15 13:31:51 +0000
commit2a1aa49ed05f4a4fc2c94c420305c7e00d65bf54 (patch)
treedc694e427bf36658738dba491046bedc7ef5e2d9 /sys-apps
parentStable for amd64, wrt bug #465198 (diff)
downloadgentoo-2-2a1aa49ed05f4a4fc2c94c420305c7e00d65bf54.tar.gz
gentoo-2-2a1aa49ed05f4a4fc2c94c420305c7e00d65bf54.tar.bz2
gentoo-2-2a1aa49ed05f4a4fc2c94c420305c7e00d65bf54.zip
Inline paths to quota tools and drop the dep.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/systemd/ChangeLog5
-rw-r--r--sys-apps/systemd/systemd-9999.ebuild8
2 files changed, 9 insertions, 4 deletions
diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog
index cdbebfd3040e..27bdf9349a9b 100644
--- a/sys-apps/systemd/ChangeLog
+++ b/sys-apps/systemd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.114 2013/04/14 07:53:10 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.115 2013/04/15 13:31:51 mgorny Exp $
+
+ 15 Apr 2013; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
+ Inline paths to quota tools and drop the dep.
*systemd-201 (14 Apr 2013)
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
index cee86a730b71..067a1bc7382c 100644
--- a/sys-apps/systemd/systemd-9999.ebuild
+++ b/sys-apps/systemd/systemd-9999.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/systemd/systemd-9999.ebuild,v 1.41 2013/04/06 01:39:15 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.42 2013/04/15 13:31:51 mgorny Exp $
EAPI=5
@@ -61,14 +61,12 @@ RDEPEND="${COMMON_DEPEND}
PDEPEND=">=sys-apps/hwids-20130326.1[udev]"
-# sys-fs/quota is necessary to store correct paths in unit files
DEPEND="${COMMON_DEPEND}
app-arch/xz-utils
app-text/docbook-xsl-stylesheets
dev-libs/libxslt
dev-util/gperf
>=dev-util/intltool-0.50
- sys-fs/quota
>=sys-kernel/linux-headers-${MINKV}
virtual/pkgconfig
doc? ( >=dev-util/gtk-doc-1.18 )"
@@ -132,6 +130,10 @@ src_configure() {
$(use_enable selinux)
$(use_enable tcpd tcpwrap)
$(use_enable xattr)
+
+ # hardcode a few paths to spare some deps
+ QUOTAON=/usr/sbin/quotaon
+ QUOTACHECK=/usr/sbin/quotacheck
)
# Keep using the one where the rules were installed.