diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-09-30 17:21:54 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-09-30 17:21:54 +0200 |
commit | c79d0dd5a24a37598f9c27f9f245d44213a2eab1 (patch) | |
tree | 7ff2dab9bd73f64c76d7bb36d5502b3b064edc95 /sys-libs/tevent | |
parent | net-libs/libvncserver: security cleanup (diff) | |
download | gentoo-c79d0dd5a24a37598f9c27f9f245d44213a2eab1.tar.gz gentoo-c79d0dd5a24a37598f9c27f9f245d44213a2eab1.tar.bz2 gentoo-c79d0dd5a24a37598f9c27f9f245d44213a2eab1.zip |
sys-libs/tevent: Stabilize 0.12.1 amd64, #873580
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-libs/tevent')
-rw-r--r-- | sys-libs/tevent/tevent-0.12.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/tevent/tevent-0.12.1.ebuild b/sys-libs/tevent/tevent-0.12.1.ebuild index 487aad5cf6f6..d0f489c99ad6 100644 --- a/sys-libs/tevent/tevent-0.12.1.ebuild +++ b/sys-libs/tevent/tevent-0.12.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://samba.org/ftp/tevent/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux" IUSE="python" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |