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 840CF1382C5 for ; Sun, 1 Apr 2018 18:44:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8490AE0953; Sun, 1 Apr 2018 18:44:36 +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 5B09EE0953 for ; Sun, 1 Apr 2018 18:44:36 +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 F08FE335D8A for ; Sun, 1 Apr 2018 18:44:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E114E263 for ; Sun, 1 Apr 2018 18:44:32 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1522608131.d1a45640ff6a5a7a4ac312a2b4bd16f61979b946.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/meson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/meson/meson-0.45.1.ebuild X-VCS-Directories: dev-util/meson/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: d1a45640ff6a5a7a4ac312a2b4bd16f61979b946 X-VCS-Branch: master Date: Sun, 1 Apr 2018 18:44:32 +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: d341df7c-6d24-4333-b509-3c87260de5d5 X-Archives-Hash: cd2db39a8a550a5c67159b823c4cb2b0 commit: d1a45640ff6a5a7a4ac312a2b4bd16f61979b946 Author: William Hubbs gentoo org> AuthorDate: Sun Apr 1 18:41:41 2018 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun Apr 1 18:42:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a45640 dev-util/meson: move 0.45.1 to stable everywhere This is a bug fix release for 0.45.0 which was in ~ for some time before it was removed and we have no bug reports for either of them. Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-util/meson/meson-0.45.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-util/meson/meson-0.45.1.ebuild b/dev-util/meson/meson-0.45.1.ebuild index 37aab5a3b43..97bdb3fc363 100644 --- a/dev-util/meson/meson-0.45.1.ebuild +++ b/dev-util/meson/meson-0.45.1.ebuild @@ -9,7 +9,8 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x64-solaris" + KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 + ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x64-solaris" fi inherit distutils-r1