summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-06-24 20:56:01 +0000
committerMichał Górny <mgorny@gentoo.org>2011-06-24 20:56:01 +0000
commit34965f20b0d4e692b1cb2c0f8bba07a911148100 (patch)
treec5182248c37a240e4776f7c5a53b2c28944e0923 /sys-apps
parentBackport fix for compatibility with Python 3.2 (bug #365549) and fix for a re... (diff)
downloadgentoo-2-34965f20b0d4e692b1cb2c0f8bba07a911148100.tar.gz
gentoo-2-34965f20b0d4e692b1cb2c0f8bba07a911148100.tar.bz2
gentoo-2-34965f20b0d4e692b1cb2c0f8bba07a911148100.zip
Add systemd inherit to silence the new portage QA warning.
(Portage version: 2.2.0_alpha41_p23/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/systemd/ChangeLog5
-rw-r--r--sys-apps/systemd/systemd-29-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog
index 204a00960451..a9f777be12c1 100644
--- a/sys-apps/systemd/ChangeLog
+++ b/sys-apps/systemd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.8 2011/06/24 07:15:58 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.9 2011/06/24 20:56:01 mgorny Exp $
+
+ 24 Jun 2011; Michał Górny <mgorny@gentoo.org> systemd-29-r1.ebuild:
+ Add systemd inherit to silence the new portage QA warning.
*systemd-29-r1 (24 Jun 2011)
diff --git a/sys-apps/systemd/systemd-29-r1.ebuild b/sys-apps/systemd/systemd-29-r1.ebuild
index 6bf68dfd447c..1e3ea1e6a969 100644
--- a/sys-apps/systemd/systemd-29-r1.ebuild
+++ b/sys-apps/systemd/systemd-29-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-29-r1.ebuild,v 1.1 2011/06/24 07:15:58 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-29-r1.ebuild,v 1.2 2011/06/24 20:56:01 mgorny Exp $
EAPI=4
-inherit autotools-utils bash-completion linux-info pam
+inherit autotools-utils bash-completion linux-info pam systemd
DESCRIPTION="System and service manager for Linux"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd"