diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-02 20:02:29 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-02 20:29:04 -0400 |
commit | 43e799567e6b8a951ad1b1fb82f3d20e4075f842 (patch) | |
tree | 288134b153436a650717e6b95a1510adb60253c6 /app-accessibility/at-spi2-atk | |
parent | app-accessibility/at-spi2-core: Version bump to 2.46.0 (diff) | |
download | gentoo-43e799567e6b8a951ad1b1fb82f3d20e4075f842.tar.gz gentoo-43e799567e6b8a951ad1b1fb82f3d20e4075f842.tar.bz2 gentoo-43e799567e6b8a951ad1b1fb82f3d20e4075f842.zip |
app-accessibility/at-spi2-atk: Version bump to 2.46.0
Dummy package, now that at-spi2-atk has been merged into at-spi2-core.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-accessibility/at-spi2-atk')
-rw-r--r-- | app-accessibility/at-spi2-atk/at-spi2-atk-2.46.0.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-accessibility/at-spi2-atk/at-spi2-atk-2.46.0.ebuild b/app-accessibility/at-spi2-atk/at-spi2-atk-2.46.0.ebuild new file mode 100644 index 000000000000..4ffa4ff3ea3b --- /dev/null +++ b/app-accessibility/at-spi2-atk/at-spi2-atk-2.46.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit multilib-build + +DESCRIPTION="Gtk module for bridging AT-SPI to Atk" +HOMEPAGE="https://wiki.gnome.org/Accessibility" + +LICENSE="metapackage" +SLOT="2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" + +DEPEND="" +RDEPEND=">=app-accessibility/at-spi2-core-2.46.0[${MULTILIB_USEDEP}]" |