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 DB84913888F for ; Sun, 4 Oct 2015 18:05:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C114E0851; Sun, 4 Oct 2015 18:05:32 +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 302BAE0851 for ; Sun, 4 Oct 2015 18:05:32 +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 DD6F534080E for ; Sun, 4 Oct 2015 18:05:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11169523 for ; Sun, 4 Oct 2015 18:05:28 +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: <1443981923.106742980c6ff593025770128c2432fa93e8a36b.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: 106742980c6ff593025770128c2432fa93e8a36b X-VCS-Branch: master Date: Sun, 4 Oct 2015 18:05:28 +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: a9258fb1-c741-4c26-b67c-df5bae9dfbb5 X-Archives-Hash: f86b2c583081e2056976c2072350c181 commit: 106742980c6ff593025770128c2432fa93e8a36b Author: Jeroen Roovers gentoo org> AuthorDate: Sun Oct 4 13:07:53 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Oct 4 18:05:23 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10674298 sci-libs/gts: Stable for HPPA (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 7209c8e..636bc65 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"