commit: 680a9a048f812387fd64f82d79cb533b1c9fedc1 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Mon Oct 3 00:10:52 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Mon Oct 3 00:29:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=680a9a04
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 <AT> gentoo.org> dev-libs/atk/atk-2.46.0.ebuild | 17 +++++++++++++++++ profiles/package.deprecated | 1 + profiles/package.mask | 1 + 3 files changed, 19 insertions(+) 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}]" diff --git a/profiles/package.deprecated b/profiles/package.deprecated index cdd028d1df8c..3088c50408e7 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -20,6 +20,7 @@ # Matt Turner <[email protected]> (2022-10-02) # Dummy packages, now merged into app-accessibility/at-spi2-core. app-accessibility/at-spi2-atk +dev-libs/atk # Michał Górny <[email protected]> (2022-06-19) # dev-python/tox is a wrapper to run test suite in a virtual diff --git a/profiles/package.mask b/profiles/package.mask index 39620032925a..2eae0d4acf54 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -37,6 +37,7 @@ # Masked for testing >=app-accessibility/at-spi2-core-2.46.0 >=app-accessibility/at-spi2-atk-2.46.0 +>=dev-libs/atk-2.46.0 # Matt Turner <[email protected]> (2022-10-01) # Depends on lots of unmaintained packages:
