diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-11-07 01:20:59 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-11-07 01:20:59 -0500 |
commit | 2dcb5eb20a369a88ef45537fb0f439cd9684fc10 (patch) | |
tree | 97707152c1f6bb59a2ffc5afe4baddaf1764a478 /dev-libs/libcgroup | |
parent | app-portage/grs: keywork for arm (diff) | |
download | gentoo-2dcb5eb20a369a88ef45537fb0f439cd9684fc10.tar.gz gentoo-2dcb5eb20a369a88ef45537fb0f439cd9684fc10.tar.bz2 gentoo-2dcb5eb20a369a88ef45537fb0f439cd9684fc10.zip |
dev-libs/libcgroup: version 0.41-r5 stable on arm
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-libs/libcgroup')
-rw-r--r-- | dev-libs/libcgroup/libcgroup-0.41-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libcgroup/libcgroup-0.41-r5.ebuild b/dev-libs/libcgroup/libcgroup-0.41-r5.ebuild index 3b10e13da1aa..a4301a5acce2 100644 --- a/dev-libs/libcgroup/libcgroup-0.41-r5.ebuild +++ b/dev-libs/libcgroup/libcgroup-0.41-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/project/libcg/${PN}/v${PV}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" +KEYWORDS="amd64 arm ~ppc ~ppc64 x86" IUSE="+daemon elibc_musl pam static-libs +tools" RDEPEND="pam? ( virtual/pam )" |