commit: 09ac71c61aca4de5342b9be7e4cbdb42c7f6f9da Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Mon Jan 3 23:26:29 2022 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Mon Jan 3 23:26:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ac71c6
sys-libs/tevent: remove implicit elibc_* flags Signed-off-by: David Seifert <soap <AT> gentoo.org> sys-libs/tevent/tevent-0.10.2.ebuild | 2 +- sys-libs/tevent/tevent-0.11.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/tevent/tevent-0.10.2.ebuild b/sys-libs/tevent/tevent-0.10.2.ebuild index 1d42579147ba..1d14cd94327e 100644 --- a/sys-libs/tevent/tevent-0.10.2.ebuild +++ b/sys-libs/tevent/tevent-0.10.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://samba.org/ftp/tevent/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x86-linux" -IUSE="elibc_glibc python" +IUSE="python" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="test" diff --git a/sys-libs/tevent/tevent-0.11.0.ebuild b/sys-libs/tevent/tevent-0.11.0.ebuild index 41f97806d229..209aee204c4b 100644 --- a/sys-libs/tevent/tevent-0.11.0.ebuild +++ b/sys-libs/tevent/tevent-0.11.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://samba.org/ftp/tevent/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux" -IUSE="elibc_glibc python" +IUSE="python" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="test"
