diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 16:14:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 16:14:08 +0000 |
commit | 1ccd69dae2427bb1c658d51ca5629cf0cfa890d5 (patch) | |
tree | 3ec709856141a1bc5f0dd05bceeb33a0001017ae /x11-libs | |
parent | dev-lang/go: drop 1.21.4 (diff) | |
download | gentoo-1ccd69dae2427bb1c658d51ca5629cf0cfa890d5.tar.gz gentoo-1ccd69dae2427bb1c658d51ca5629cf0cfa890d5.tar.bz2 gentoo-1ccd69dae2427bb1c658d51ca5629cf0cfa890d5.zip |
x11-libs/libnotify: Stabilize 0.8.3 amd64, #916506
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libnotify/libnotify-0.8.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libnotify/libnotify-0.8.3.ebuild b/x11-libs/libnotify/libnotify-0.8.3.ebuild index 16c699c4892d..d0a0f2c6fdb9 100644 --- a/x11-libs/libnotify/libnotify-0.8.3.ebuild +++ b/x11-libs/libnotify/libnotify-0.8.3.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 @@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="gtk-doc +introspection test" RESTRICT="!test? ( test )" REQUIRED_USE="gtk-doc? ( introspection )" |