Gentoo Archives: gentoo-commits

From: Sobhan Mohammadpour <sobhan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/atk/
Date: Tue, 29 May 2018 22:07:31
Message-Id: 1527631636.b5b2d2cf89fb0d7bca2ed625b17b6a43ac974ca0.sobhan@gentoo
1 commit: b5b2d2cf89fb0d7bca2ed625b17b6a43ac974ca0
2 Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 29 22:07:16 2018 +0000
4 Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
5 CommitDate: Tue May 29 22:07:16 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=b5b2d2cf
7
8 dev-libs/atk: fix typo
9
10 Reported-by: Dennis Schridde <devurandom <AT> gmx.net>
11 Closes: https://bugs.gentoo.org/646192
12 Package-Manager: Portage-2.3.36, Repoman-2.3.9
13 Manifest-Sign-Key: 0x7DF238CF0AA182E1
14
15 dev-libs/atk/{atk-2.26.1.ebuild => atk-2.26.1-r1.ebuild} | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-libs/atk/atk-2.26.1.ebuild b/dev-libs/atk/atk-2.26.1-r1.ebuild
19 similarity index 95%
20 rename from dev-libs/atk/atk-2.26.1.ebuild
21 rename to dev-libs/atk/atk-2.26.1-r1.ebuild
22 index cf00138f..d2dcdc16 100644
23 --- a/dev-libs/atk/atk-2.26.1.ebuild
24 +++ b/dev-libs/atk/atk-2.26.1-r1.ebuild
25 @@ -41,7 +41,7 @@ multilib_src_configure() {
26 # ECONF_SOURCE=${S} \
27 gnome-meson_src_configure \
28 -Denable_docs=true \
29 - -Ddisable-introspection=$(multilib_native_usex introspection false true)
30 + -Ddisable_introspection=$(multilib_native_usex introspection false true)
31
32 }