commit: b5b2d2cf89fb0d7bca2ed625b17b6a43ac974ca0 Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org> AuthorDate: Tue May 29 22:07:16 2018 +0000 Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org> CommitDate: Tue May 29 22:07:16 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=b5b2d2cf
dev-libs/atk: fix typo Reported-by: Dennis Schridde <devurandom <AT> gmx.net> Closes: https://bugs.gentoo.org/646192 Package-Manager: Portage-2.3.36, Repoman-2.3.9 Manifest-Sign-Key: 0x7DF238CF0AA182E1 dev-libs/atk/{atk-2.26.1.ebuild => atk-2.26.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/atk/atk-2.26.1.ebuild b/dev-libs/atk/atk-2.26.1-r1.ebuild similarity index 95% rename from dev-libs/atk/atk-2.26.1.ebuild rename to dev-libs/atk/atk-2.26.1-r1.ebuild index cf00138f..d2dcdc16 100644 --- a/dev-libs/atk/atk-2.26.1.ebuild +++ b/dev-libs/atk/atk-2.26.1-r1.ebuild @@ -41,7 +41,7 @@ multilib_src_configure() { # ECONF_SOURCE=${S} \ gnome-meson_src_configure \ -Denable_docs=true \ - -Ddisable-introspection=$(multilib_native_usex introspection false true) + -Ddisable_introspection=$(multilib_native_usex introspection false true) }
