diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-12-17 00:36:00 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-12-17 00:36:00 +0000 |
commit | 968eb49ca000f1eea67aee5728b35df9c5063efc (patch) | |
tree | 984a2a470025300c03bcb91976320b8f88cb7ee6 /sys-apps/systemd | |
parent | Version bump #447132 by Manuel Rüger. (diff) | |
download | gentoo-2-968eb49ca000f1eea67aee5728b35df9c5063efc.tar.gz gentoo-2-968eb49ca000f1eea67aee5728b35df9c5063efc.tar.bz2 gentoo-2-968eb49ca000f1eea67aee5728b35df9c5063efc.zip |
Bump to EAPI=5 to make Paludis happy, bug #447524.
(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/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-196.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog index 710fdf5f6fb4..b9d19febb8bf 100644 --- a/sys-apps/systemd/ChangeLog +++ b/sys-apps/systemd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/systemd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.64 2012/12/15 13:05:57 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.65 2012/12/17 00:36:00 mgorny Exp $ + + 17 Dec 2012; Michał Górny <mgorny@gentoo.org> systemd-196.ebuild, + systemd-9999.ebuild: + Bump to EAPI=5 to make Paludis happy, bug #447524. *systemd-9999 (15 Dec 2012) diff --git a/sys-apps/systemd/systemd-196.ebuild b/sys-apps/systemd/systemd-196.ebuild index ee40c21e46d3..aa4aca9115b1 100644 --- a/sys-apps/systemd/systemd-196.ebuild +++ b/sys-apps/systemd/systemd-196.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-196.ebuild,v 1.3 2012/12/05 21:30:27 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-196.ebuild,v 1.4 2012/12/17 00:36:00 mgorny Exp $ -EAPI=4 +EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit autotools-utils bash-completion-r1 linux-info pam \ diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index b1d376b1785c..ae3feb755f6b 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 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.1 2012/12/15 13:05:57 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.2 2012/12/17 00:36:00 mgorny Exp $ -EAPI=4 +EAPI=5 #if LIVE AUTOTOOLS_AUTORECONF=yes |