diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 06:54:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 07:01:08 +0000 |
commit | 4e594d871be8ff7fd59233dd38b42d529ac49f48 (patch) | |
tree | 6c5e5837c27456eec652cb030a26e4343379c440 /gui-libs | |
parent | gui-libs/vte-common: Stabilize 0.74.2 amd64, #920662 (diff) | |
download | gentoo-4e594d871be8ff7fd59233dd38b42d529ac49f48.tar.gz gentoo-4e594d871be8ff7fd59233dd38b42d529ac49f48.tar.bz2 gentoo-4e594d871be8ff7fd59233dd38b42d529ac49f48.zip |
gui-libs/vte: Stabilize 0.74.2 amd64, #920662
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/vte/vte-0.74.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-libs/vte/vte-0.74.2.ebuild b/gui-libs/vte/vte-0.74.2.ebuild index e8f88e8b4d16..408a3bac9b58 100644 --- a/gui-libs/vte/vte-0.74.2.ebuild +++ b/gui-libs/vte/vte-0.74.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE" LICENSE="LGPL-3+ GPL-3+" SLOT="2.91-gtk4" # vte_api_version + "-gtk4" in meson.build IUSE="+crypt debug gtk-doc +icu +introspection systemd +vala vanilla" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" REQUIRED_USE=" gtk-doc? ( introspection ) vala? ( introspection ) |