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 A2E2B1384B4 for ; Thu, 31 Dec 2015 17:07:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07197E0878; Thu, 31 Dec 2015 17:07:52 +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 4B779E0878 for ; Thu, 31 Dec 2015 17:07:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5DD3B340890 for ; Thu, 31 Dec 2015 17:07:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5D65173 for ; Thu, 31 Dec 2015 17:07:48 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1451581621.864f776a9a6cea4b3d147240f679e4f2e6727999.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/bc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/bc/bc-1.06.95-r1.ebuild X-VCS-Directories: sys-devel/bc/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 864f776a9a6cea4b3d147240f679e4f2e6727999 X-VCS-Branch: master Date: Thu, 31 Dec 2015 17:07:48 +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: 767b538c-38fb-4cff-88ab-ed62a0e1e279 X-Archives-Hash: 637bbd128eeeba8cbe397bb7c497d0f0 commit: 864f776a9a6cea4b3d147240f679e4f2e6727999 Author: Mike Frysinger gentoo org> AuthorDate: Thu Dec 31 17:01:23 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Dec 31 17:07:01 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=864f776a sys-devel/bc: mark 1.06.95-r1 arm64/m68k/s390/sh stable sys-devel/bc/bc-1.06.95-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/bc/bc-1.06.95-r1.ebuild b/sys-devel/bc/bc-1.06.95-r1.ebuild index c06982d..e6b1855 100644 --- a/sys-devel/bc/bc-1.06.95-r1.ebuild +++ b/sys-devel/bc/bc-1.06.95-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://gnu-alpha/bc/${P}.tar.bz2 LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="libedit readline static" RDEPEND="readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )