diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-07-05 13:55:48 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-07-05 13:55:48 +0000 |
commit | be0fc99c01b21d72bd8d95df972bfc84108f36b2 (patch) | |
tree | 6939ad903eadea4f30822ae4fdb05d978ecfb857 /sys-apps | |
parent | Stable for ppc, wrt bug #509076 (diff) | |
download | gentoo-2-be0fc99c01b21d72bd8d95df972bfc84108f36b2.tar.gz gentoo-2-be0fc99c01b21d72bd8d95df972bfc84108f36b2.tar.bz2 gentoo-2-be0fc99c01b21d72bd8d95df972bfc84108f36b2.zip |
Stable for ppc64, wrt bug #509076
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/systemd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-212-r5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog index bd099e6b518e..6ad63c592c91 100644 --- a/sys-apps/systemd/ChangeLog +++ b/sys-apps/systemd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/systemd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.277 2014/07/05 13:55:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.278 2014/07/05 13:55:48 ago Exp $ + + 05 Jul 2014; Agostino Sarubbo <ago@gentoo.org> systemd-212-r5.ebuild: + Stable for ppc64, wrt bug #509076 05 Jul 2014; Agostino Sarubbo <ago@gentoo.org> systemd-212-r5.ebuild: Stable for ppc, wrt bug #509076 diff --git a/sys-apps/systemd/systemd-212-r5.ebuild b/sys-apps/systemd/systemd-212-r5.ebuild index c3ff9613749c..0ef84185aa16 100644 --- a/sys-apps/systemd/systemd-212-r5.ebuild +++ b/sys-apps/systemd/systemd-212-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212-r5.ebuild,v 1.8 2014/07/05 13:55:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212-r5.ebuild,v 1.9 2014/07/05 13:55:48 ago Exp $ EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="http://www.freedesktop.org/software/systemd/${P}.tar.xz" LICENSE="GPL-2 LGPL-2.1 MIT public-domain" SLOT="0/2" -KEYWORDS="alpha amd64 arm ia64 ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sparc ~x86" IUSE="acl audit cryptsetup doc +firmware-loader gcrypt gudev http introspection kdbus +kmod lzma pam policykit python qrcode +seccomp selinux ssl test vanilla xattr" |