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 5C28A1395E3 for ; Tue, 15 Nov 2016 18:24:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80509E0D22; Tue, 15 Nov 2016 18:24:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B27EE0D22 for ; Tue, 15 Nov 2016 18:24:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 868A63413AD for ; Tue, 15 Nov 2016 18:24:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E60924C1 for ; Tue, 15 Nov 2016 18:24:47 +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: <1479234277.269a2a136d580af19e33fe9e81a01b43ed00dc11.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/pcalc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-calculators/pcalc/pcalc-3-r1.ebuild X-VCS-Directories: sci-calculators/pcalc/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 269a2a136d580af19e33fe9e81a01b43ed00dc11 X-VCS-Branch: master Date: Tue, 15 Nov 2016 18:24:47 +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: 087a8899-c401-4354-908d-aac668c50949 X-Archives-Hash: d4eb5069ebf5332ef7380295ea71d0c8 commit: 269a2a136d580af19e33fe9e81a01b43ed00dc11 Author: Mike Frysinger gentoo org> AuthorDate: Tue Nov 15 18:23:43 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Nov 15 18:24:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=269a2a13 sci-calculators/pcalc: mark 3-r1 stable for all #597764 sci-calculators/pcalc/pcalc-3-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sci-calculators/pcalc/pcalc-3-r1.ebuild b/sci-calculators/pcalc/pcalc-3-r1.ebuild index cb90924..4edafb5 100644 --- a/sci-calculators/pcalc/pcalc-3-r1.ebuild +++ b/sci-calculators/pcalc/pcalc-3-r1.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=6 +EAPI="6" inherit toolchain-funcs @@ -12,7 +11,7 @@ SRC_URI="mirror://sourceforge/pcalc/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="sys-devel/flex"