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