From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4263513989A for ; Thu, 27 Aug 2015 11:59:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BDF6142A2; Thu, 27 Aug 2015 11:59:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBE75142A2 for ; Thu, 27 Aug 2015 11:59:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5F25340AA9 for ; Thu, 27 Aug 2015 11:59:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD0F4121 for ; Thu, 27 Aug 2015 11:59:35 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1440676679.5b9725757eaf3b7ec32ae854151183f222ba4189.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/ncurses/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/ncurses/ncurses-5.9-r5.ebuild sys-libs/ncurses/ncurses-5.9-r99.ebuild X-VCS-Directories: sys-libs/ncurses/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 5b9725757eaf3b7ec32ae854151183f222ba4189 X-VCS-Branch: master Date: Thu, 27 Aug 2015 11:59:35 +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: 6f6cb9bc-913d-4fea-8850-dd547c610c6c X-Archives-Hash: 1885254a2fccdb0fe5d86c6d5391b3a7 commit: 5b9725757eaf3b7ec32ae854151183f222ba4189 Author: Jason Zaman gentoo org> AuthorDate: Thu Aug 27 11:57:59 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Thu Aug 27 11:57:59 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b972575 sys-libs/ncurses: Stabilize the bridging packages for the failed slotmove on all arches Gentoo-bug: https://bugs.gentoo.org/558856 Package-Manager: portage-2.2.20.1 sys-libs/ncurses/ncurses-5.9-r5.ebuild | 2 +- sys-libs/ncurses/ncurses-5.9-r99.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/ncurses/ncurses-5.9-r5.ebuild b/sys-libs/ncurses/ncurses-5.9-r5.ebuild index 3668c97..33f97d4 100644 --- a/sys-libs/ncurses/ncurses-5.9-r5.ebuild +++ b/sys-libs/ncurses/ncurses-5.9-r5.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/ncurses/${MY_P}.tar.gz" LICENSE="MIT" # The subslot reflects the SONAME. SLOT="0/5" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="ada +cxx debug doc gpm minimal profile static-libs tinfo trace unicode" DEPEND="gpm? ( sys-libs/gpm )" diff --git a/sys-libs/ncurses/ncurses-5.9-r99.ebuild b/sys-libs/ncurses/ncurses-5.9-r99.ebuild index 4b40743..95611e9 100644 --- a/sys-libs/ncurses/ncurses-5.9-r99.ebuild +++ b/sys-libs/ncurses/ncurses-5.9-r99.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://www.gnu.org/software/ncurses/ http://dickey.his.com/ncurses/" LICENSE="metapackage" SLOT="5/5" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="ada +cxx gpm static-libs tinfo unicode" RDEPEND="sys-libs/ncurses:0/5[ada?,cxx?,gpm?,static-libs?,tinfo?,unicode?]"