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 4720F1396D9 for ; Tue, 14 Nov 2017 15:33:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65058E0DC9; Tue, 14 Nov 2017 15:33:49 +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 418CEE0DC9 for ; Tue, 14 Nov 2017 15:33:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BB04733BE2E for ; Tue, 14 Nov 2017 15:33:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5ABCA99E6 for ; Tue, 14 Nov 2017 15:33:46 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1510673608.adb74d03420b5e38e47d8bced0fb609a453c82ef.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/uclibc-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/uclibc-ng/uclibc-ng-1.0.26.ebuild X-VCS-Directories: sys-libs/uclibc-ng/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: adb74d03420b5e38e47d8bced0fb609a453c82ef X-VCS-Branch: master Date: Tue, 14 Nov 2017 15:33:46 +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: da8d7613-63e1-4899-8a9d-4ee1090a7a95 X-Archives-Hash: ae9612d80681bb01ff67a934fe1cf4b4 commit: adb74d03420b5e38e47d8bced0fb609a453c82ef Author: Anthony G. Basile gentoo org> AuthorDate: Tue Nov 14 15:33:28 2017 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Nov 14 15:33:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb74d03 sys-libs/uclibc-ng: 1.0.26 stable for arm ppc, keyword for ~mips Package-Manager: Portage-2.3.8, Repoman-2.3.3 sys-libs/uclibc-ng/uclibc-ng-1.0.26.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-libs/uclibc-ng/uclibc-ng-1.0.26.ebuild b/sys-libs/uclibc-ng/uclibc-ng-1.0.26.ebuild index 2492d87f815..89d2e372716 100644 --- a/sys-libs/uclibc-ng/uclibc-ng-1.0.26.ebuild +++ b/sys-libs/uclibc-ng/uclibc-ng-1.0.26.ebuild @@ -18,8 +18,7 @@ HOMEPAGE="http://www.uclibc-ng.org/" if [[ ${PV} != "9999" ]] ; then PATCH_VER="" SRC_URI="http://downloads.uclibc-ng.org/releases/${PV}/${MY_P}.tar.bz2" - #KEYWORDS="-* ~amd64 ~arm ~mips ~ppc ~x86" - KEYWORDS="-* amd64 ~arm ~ppc x86" + KEYWORDS="-* amd64 arm ~mips ppc x86" fi LICENSE="LGPL-2"