diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-25 20:18:41 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-25 20:18:41 +0000 |
commit | 575cc005c39bc00485bccbf972ca6402df817d90 (patch) | |
tree | 408592f1409cca58a013f3e3f24fbe17f1788c12 /sys-apps/systemd | |
parent | Stable for arm, wrt bug #471046 (diff) | |
download | gentoo-2-575cc005c39bc00485bccbf972ca6402df817d90.tar.gz gentoo-2-575cc005c39bc00485bccbf972ca6402df817d90.tar.bz2 gentoo-2-575cc005c39bc00485bccbf972ca6402df817d90.zip |
Stable for arm, wrt bug #465870
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r-- | sys-apps/systemd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-201.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog index da6878206046..a59c44da7705 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.136 2013/05/14 14:55:37 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.137 2013/05/25 20:18:41 ago Exp $ + + 25 May 2013; Agostino Sarubbo <ago@gentoo.org> systemd-201.ebuild: + Stable for arm, wrt bug #465870 14 May 2013; Mike Gilbert <floppym@gentoo.org> systemd-201.ebuild, systemd-202.ebuild, systemd-203-r1.ebuild, systemd-204.ebuild, diff --git a/sys-apps/systemd/systemd-201.ebuild b/sys-apps/systemd/systemd-201.ebuild index 4185df826ef2..f9a02797e4a3 100644 --- a/sys-apps/systemd/systemd-201.ebuild +++ b/sys-apps/systemd/systemd-201.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-201.ebuild,v 1.18 2013/05/14 14:55:37 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-201.ebuild,v 1.19 2013/05/25 20:18:41 ago Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="http://www.freedesktop.org/software/systemd/${P}.tar.xz" LICENSE="GPL-2 LGPL-2.1 MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86" +KEYWORDS="~amd64 arm ~ppc64 ~x86" IUSE="acl audit cryptsetup doc +firmware-loader gcrypt gudev http introspection keymap +kmod lzma openrc pam policykit python qrcode selinux static-libs tcpd vanilla xattr" |