From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1E1EB138330 for ; Tue, 29 May 2018 22:07:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1184DE07EF; Tue, 29 May 2018 22:07:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF9DDE07EF for ; Tue, 29 May 2018 22:07:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B332E335C60 for ; Tue, 29 May 2018 22:07:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 520A62AE for ; Tue, 29 May 2018 22:07:26 +0000 (UTC) From: "Sobhan Mohammadpour" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sobhan Mohammadpour" Message-ID: <1527631636.b5b2d2cf89fb0d7bca2ed625b17b6a43ac974ca0.sobhan@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/atk/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/atk/atk-2.26.1-r1.ebuild dev-libs/atk/atk-2.26.1.ebuild X-VCS-Directories: dev-libs/atk/ X-VCS-Committer: sobhan X-VCS-Committer-Name: Sobhan Mohammadpour X-VCS-Revision: b5b2d2cf89fb0d7bca2ed625b17b6a43ac974ca0 X-VCS-Branch: master Date: Tue, 29 May 2018 22:07:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ada2ff5c-076f-47cf-814b-3e38239c3d2a X-Archives-Hash: 91b6dcbfe7bc59e52ce5f210b1148af0 commit: b5b2d2cf89fb0d7bca2ed625b17b6a43ac974ca0 Author: Sobhan Mohammadpour gentoo org> AuthorDate: Tue May 29 22:07:16 2018 +0000 Commit: Sobhan Mohammadpour gentoo 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 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) }