summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-09-06 19:58:12 +0000
committerPacho Ramos <pacho@gentoo.org>2013-09-06 19:58:12 +0000
commitfa54339323a81b343217f09070cbeb4a00ad4c37 (patch)
tree347a8d1f78dd9f1c2ac4f6f2ae26b510e1a78c64 /sys-apps
parentAdd unit file (#483602 by Ferenc Erki) (diff)
downloadgentoo-2-fa54339323a81b343217f09070cbeb4a00ad4c37.tar.gz
gentoo-2-fa54339323a81b343217f09070cbeb4a00ad4c37.tar.bz2
gentoo-2-fa54339323a81b343217f09070cbeb4a00ad4c37.zip
Check for TMPFS_POSIX_ACL when needed (#482336#c24 by Alexander Tsoy)
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/systemd/ChangeLog6
-rw-r--r--sys-apps/systemd/systemd-204.ebuild4
-rw-r--r--sys-apps/systemd/systemd-206-r3.ebuild3
3 files changed, 10 insertions, 3 deletions
diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog
index d8b997579a92..7f9ee9050137 100644
--- a/sys-apps/systemd/ChangeLog
+++ b/sys-apps/systemd/ChangeLog
@@ -1,6 +1,10 @@
# 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.168 2013/08/28 11:01:45 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.169 2013/09/06 19:58:12 pacho Exp $
+
+ 06 Sep 2013; Pacho Ramos <pacho@gentoo.org> systemd-204.ebuild,
+ systemd-206-r3.ebuild:
+ Check for TMPFS_POSIX_ACL when needed (#482336#c24 by Alexander Tsoy)
28 Aug 2013; Pacho Ramos <pacho@gentoo.org> systemd-204.ebuild,
systemd-206-r3.ebuild:
diff --git a/sys-apps/systemd/systemd-204.ebuild b/sys-apps/systemd/systemd-204.ebuild
index 6e10c3584c22..2a04cac12a59 100644
--- a/sys-apps/systemd/systemd-204.ebuild
+++ b/sys-apps/systemd/systemd-204.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-204.ebuild,v 1.11 2013/08/28 11:01:45 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-204.ebuild,v 1.12 2013/09/06 19:58:12 pacho Exp $
EAPI=5
@@ -73,6 +73,8 @@ pkg_pretend() {
~SYSFS ~!IDE ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2"
# ~!FW_LOADER_USER_HELPER"
+ use acl && CONFIG_CHECK+=" ~TMPFS_POSIX_ACL"
+
# read null-terminated argv[0] from PID 1
# and see which path to systemd was used (if any)
local init_path
diff --git a/sys-apps/systemd/systemd-206-r3.ebuild b/sys-apps/systemd/systemd-206-r3.ebuild
index 5258a0b3378c..14c7d24f708f 100644
--- a/sys-apps/systemd/systemd-206-r3.ebuild
+++ b/sys-apps/systemd/systemd-206-r3.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-206-r3.ebuild,v 1.6 2013/08/28 11:01:45 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-206-r3.ebuild,v 1.7 2013/09/06 19:58:12 pacho Exp $
EAPI=5
@@ -79,6 +79,7 @@ pkg_pretend() {
~SYSFS ~!IDE ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2"
# ~!FW_LOADER_USER_HELPER"
+ use acl && CONFIG_CHECK+=" ~TMPFS_POSIX_ACL"
use pam && CONFIG_CHECK+=" ~AUDITSYSCALL"
# read null-terminated argv[0] from PID 1