diff options
author | David Seifert <soap@gentoo.org> | 2022-01-04 00:25:59 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-04 00:25:59 +0100 |
commit | 9e5a3df6c8ae5f3aa3bb3c054e60569e3edb5325 (patch) | |
tree | c62d7a2fa0768923f79924beb825f34ee00a68ee /dev-libs/libcgroup | |
parent | dev-libs/glib: remove implicit elibc_* flags (diff) | |
download | gentoo-9e5a3df6c8ae5f3aa3bb3c054e60569e3edb5325.tar.gz gentoo-9e5a3df6c8ae5f3aa3bb3c054e60569e3edb5325.tar.bz2 gentoo-9e5a3df6c8ae5f3aa3bb3c054e60569e3edb5325.zip |
dev-libs/libcgroup: remove implicit elibc_* flags
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/libcgroup')
-rw-r--r-- | dev-libs/libcgroup/libcgroup-0.41-r6.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libcgroup/libcgroup-2.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/libcgroup/libcgroup-0.41-r6.ebuild b/dev-libs/libcgroup/libcgroup-0.41-r6.ebuild index 03f52674cd08..48d67cfb1185 100644 --- a/dev-libs/libcgroup/libcgroup-0.41-r6.ebuild +++ b/dev-libs/libcgroup/libcgroup-0.41-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/project/libcg/${PN}/v${PV}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86" -IUSE="+daemon elibc_musl pam static-libs test +tools" +IUSE="+daemon pam static-libs test +tools" REQUIRED_USE="daemon? ( tools )" # Use mount cgroup to build directory diff --git a/dev-libs/libcgroup/libcgroup-2.0.ebuild b/dev-libs/libcgroup/libcgroup-2.0.ebuild index 674b3f6e3905..989fc89b4af8 100644 --- a/dev-libs/libcgroup/libcgroup-2.0.ebuild +++ b/dev-libs/libcgroup/libcgroup-2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" -IUSE="+daemon elibc_musl pam static-libs test +tools" +IUSE="+daemon pam static-libs test +tools" REQUIRED_USE="daemon? ( tools )" # Use mount cgroup to build directory |