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 C5FBF1382C5 for ; Wed, 14 Feb 2018 16:45:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E8CBE0BA2; Wed, 14 Feb 2018 16:45:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 74226E0B9A for ; Wed, 14 Feb 2018 16:45:04 +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 B830C335CB4 for ; Wed, 14 Feb 2018 13:50:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 696821E6 for ; Wed, 14 Feb 2018 13:50:08 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1518616184.86518f4a1ab84530f73c2e4179d6bea0a166456e.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/convertlit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/convertlit/convertlit-1.8-r3.ebuild X-VCS-Directories: app-text/convertlit/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 86518f4a1ab84530f73c2e4179d6bea0a166456e X-VCS-Branch: master Date: Wed, 14 Feb 2018 13:50:08 +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: 4a0b52b4-5c55-4316-8aee-a38ed7a39934 X-Archives-Hash: f771904c5f57df9532c7b8c147b109f0 commit: 86518f4a1ab84530f73c2e4179d6bea0a166456e Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Feb 14 13:40:24 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Feb 14 13:49:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86518f4a app-text/convertlit: x86 stable (bug #647500) Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-text/convertlit/convertlit-1.8-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/convertlit/convertlit-1.8-r3.ebuild b/app-text/convertlit/convertlit-1.8-r3.ebuild index dcf0a65454e..de6f5c636e3 100644 --- a/app-text/convertlit/convertlit-1.8-r3.ebuild +++ b/app-text/convertlit/convertlit-1.8-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="http://www.convertlit.com/${MY_P}src.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" RDEPEND=">=dev-libs/libtommath-0.36-r1"