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 07B9213888F for ; Sun, 4 Oct 2015 10:44:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81F5821C033; Sun, 4 Oct 2015 10:44:15 +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 2B78621C033 for ; Sun, 4 Oct 2015 10:44:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B16D3409E6 for ; Sun, 4 Oct 2015 10:44:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06B324C2 for ; Sun, 4 Oct 2015 10:44:12 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1443955449.e486339cfcda1ae1e9426262a59efb6dcdad1f18.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gts/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/gts/gts-20121130.ebuild X-VCS-Directories: sci-libs/gts/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: e486339cfcda1ae1e9426262a59efb6dcdad1f18 X-VCS-Branch: master Date: Sun, 4 Oct 2015 10:44:12 +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: 0429300a-7156-410f-ba72-e5d1610309ad X-Archives-Hash: 66a158e96382803ffafd4161fc01237c commit: e486339cfcda1ae1e9426262a59efb6dcdad1f18 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Oct 4 10:41:18 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Oct 4 10:44:09 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e486339c sci-libs/gts: Stable for PPC64 (bug #562110). Package-Manager: portage-2.2.22 RepoMan-Options: --ignore-arches sci-libs/gts/gts-20121130.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/gts/gts-20121130.ebuild b/sci-libs/gts/gts-20121130.ebuild index ded858a..7209c8e 100644 --- a/sci-libs/gts/gts-20121130.ebuild +++ b/sci-libs/gts/gts-20121130.ebuild @@ -16,7 +16,7 @@ SRC_URI="http://gts.sourceforge.net/tarballs/${MYP}.tar.gz" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~hppa ~ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="doc examples static-libs test" RDEPEND="dev-libs/glib:2"