Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/atk/
Date: Mon, 18 Feb 2019 19:00:35
Message-Id: 1550516262.b464378e6328b52a84567df386fdd545ccc5892f.leio@gentoo
1 commit: b464378e6328b52a84567df386fdd545ccc5892f
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 18 17:11:28 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 18 18:57:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b464378e
7
8 dev-libs/atk-2.30.0: fixes
9
10 sandbox will fail if XDG variables are set if we don't
11 xdg_environment_reset with EAPI-6; xdg eclass does this for us.
12 gtk-doc building needs docbook-xml-dtd:4.3.
13 Remove redundant IUSE=test
14
15 Package-Manager: Portage-2.3.52, Repoman-2.3.12
16 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
17
18 dev-libs/atk/atk-2.30.0.ebuild | 8 +++++---
19 1 file changed, 5 insertions(+), 3 deletions(-)
20
21 diff --git a/dev-libs/atk/atk-2.30.0.ebuild b/dev-libs/atk/atk-2.30.0.ebuild
22 index 496cdb291e5..10060bf60c8 100644
23 --- a/dev-libs/atk/atk-2.30.0.ebuild
24 +++ b/dev-libs/atk/atk-2.30.0.ebuild
25 @@ -2,7 +2,7 @@
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 -inherit gnome.org meson multilib-minimal
30 +inherit gnome.org meson multilib-minimal xdg
31
32 DESCRIPTION="GTK+ & GNOME Accessibility Toolkit"
33 HOMEPAGE="https://wiki.gnome.org/Accessibility"
34 @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility"
35 LICENSE="LGPL-2+"
36 SLOT="0"
37 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
38 -IUSE="gtk-doc +introspection test"
39 +IUSE="gtk-doc +introspection"
40
41 RDEPEND="
42 >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
43 @@ -18,7 +18,9 @@ RDEPEND="
44 "
45 DEPEND="${RDEPEND}
46 dev-util/glib-utils
47 - gtk-doc? ( >=dev-util/gtk-doc-1.25 )
48 + gtk-doc? (
49 + >=dev-util/gtk-doc-1.25
50 + app-text/docbook-xml-dtd:4.3 )
51 >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
52 >=sys-devel/gettext-0.19.8
53 "