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 E9F51138335 for ; Fri, 29 Nov 2019 22:14:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04EBBE085D; Fri, 29 Nov 2019 22:14:58 +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 DCD6DE085D for ; Fri, 29 Nov 2019 22:14:57 +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 C16EA34D5C5 for ; Fri, 29 Nov 2019 22:14:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44AF88C7 for ; Fri, 29 Nov 2019 22:14:55 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1575065569.b6c3f068124ea804a0497e5d8f1c1b453a9af7e7.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtompoly/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libtompoly/libtompoly-0.04-r1.ebuild X-VCS-Directories: dev-libs/libtompoly/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: b6c3f068124ea804a0497e5d8f1c1b453a9af7e7 X-VCS-Branch: master Date: Fri, 29 Nov 2019 22:14:55 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 24fe55fa-0d05-469c-b424-d2a3687bb7fd X-Archives-Hash: f0bdfd092f8735870c6ddb00d463d764 commit: b6c3f068124ea804a0497e5d8f1c1b453a9af7e7 Author: Aaron Bauman gentoo org> AuthorDate: Fri Nov 29 22:12:49 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Nov 29 22:12:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6c3f068 dev-libs/libtompoly: ALLARCHES EAPI bump Signed-off-by: Aaron Bauman gentoo.org> dev-libs/libtompoly/libtompoly-0.04-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libtompoly/libtompoly-0.04-r1.ebuild b/dev-libs/libtompoly/libtompoly-0.04-r1.ebuild index 5a642fccaed..b21e94a8c54 100644 --- a/dev-libs/libtompoly/libtompoly-0.04-r1.ebuild +++ b/dev-libs/libtompoly/libtompoly-0.04-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/libtom/libtompoly/releases/download/${PV}/ltp-${PV}. LICENSE="WTFPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc x86" DEPEND="dev-libs/libtommath" RDEPEND="${DEPEND}"