diff options
author | David Seifert <soap@gentoo.org> | 2022-01-04 00:26:29 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-04 00:26:29 +0100 |
commit | 09ac71c61aca4de5342b9be7e4cbdb42c7f6f9da (patch) | |
tree | e79b81061e75a5a8e86a18f1c2457f73caa27c87 /sys-libs | |
parent | sys-libs/libcxx: remove implicit elibc_* flags (diff) | |
download | gentoo-09ac71c61aca4de5342b9be7e4cbdb42c7f6f9da.tar.gz gentoo-09ac71c61aca4de5342b9be7e4cbdb42c7f6f9da.tar.bz2 gentoo-09ac71c61aca4de5342b9be7e4cbdb42c7f6f9da.zip |
sys-libs/tevent: remove implicit elibc_* flags
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/tevent/tevent-0.10.2.ebuild | 2 | ||||
-rw-r--r-- | 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" |