summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-01-08 21:20:30 +0000
committerMichał Górny <mgorny@gentoo.org>2013-01-08 21:20:30 +0000
commit6ee7a5b3306fd5b88539631e207a560d62fb967d (patch)
treeba2119b3cfd14e5ab1feeafa16b5e77f49a9047e /sys-apps/systemd
parentAdd 0.3.0 and move to distutils-r1 (diff)
downloadgentoo-2-6ee7a5b3306fd5b88539631e207a560d62fb967d.tar.gz
gentoo-2-6ee7a5b3306fd5b88539631e207a560d62fb967d.tar.bz2
gentoo-2-6ee7a5b3306fd5b88539631e207a560d62fb967d.zip
Remove unnecessary enewuser/enewgroup -- spotted by WilliamH.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r--sys-apps/systemd/ChangeLog5
-rw-r--r--sys-apps/systemd/systemd-9999.ebuild7
2 files changed, 6 insertions, 6 deletions
diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog
index 3605f63f50ca..bdfcc46e247a 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.66 2013/01/08 16:44:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.67 2013/01/08 21:20:30 mgorny Exp $
+
+ 08 Jan 2013; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
+ Remove unnecessary enewuser/enewgroup -- spotted by WilliamH.
08 Jan 2013; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
Update the journald catalogs when rebuilding systemd.
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
index ed41238c3ac6..45b7799933f5 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.3 2013/01/08 16:44:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.4 2013/01/08 21:20:30 mgorny Exp $
EAPI=5
@@ -14,7 +14,7 @@ inherit git-2
PYTHON_COMPAT=( python2_7 )
inherit autotools-utils bash-completion-r1 linux-info pam \
- python-single-r1 systemd user
+ python-single-r1 systemd
DESCRIPTION="System and service manager for Linux"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd"
@@ -76,9 +76,6 @@ DEPEND="dev-libs/gobject-introspection
AUTOTOOLS_IN_SOURCE_BUILD=1
pkg_setup() {
- enewgroup lock # used by var-lock.mount
- enewgroup tty 5 # used by mount-setup for /dev/pts
-
use python && python-single-r1_pkg_setup
}