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 EBC281388C1 for ; Sat, 26 Dec 2015 10:14:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AFF9E07EB; Sat, 26 Dec 2015 10:14:44 +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 DC325E07EB for ; Sat, 26 Dec 2015 10:14:43 +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 B732E33BF0B for ; Sat, 26 Dec 2015 10:14:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F209CB0 for ; Sat, 26 Dec 2015 10:14:38 +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: <1451124855.5750fa97daa97747239bdd64f5cae4a3ab4e07f2.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/rrdtool/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/rrdtool/rrdtool-1.5.5.ebuild X-VCS-Directories: net-analyzer/rrdtool/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 5750fa97daa97747239bdd64f5cae4a3ab4e07f2 X-VCS-Branch: master Date: Sat, 26 Dec 2015 10:14:38 +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: 570fa6dc-95b7-43a4-b8a3-6c703bd7c823 X-Archives-Hash: f374701ee526441fcdf8cee13a21882d commit: 5750fa97daa97747239bdd64f5cae4a3ab4e07f2 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Dec 26 10:14:15 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Dec 26 10:14:15 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5750fa97 net-analyzer/rrdtool: Stable for HPPA (bug #567586). Package-Manager: portage-2.2.26 RepoMan-Options: --ignore-arches net-analyzer/rrdtool/rrdtool-1.5.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/rrdtool/rrdtool-1.5.5.ebuild b/net-analyzer/rrdtool/rrdtool-1.5.5.ebuild index cde758c..d7a0796 100644 --- a/net-analyzer/rrdtool/rrdtool-1.5.5.ebuild +++ b/net-analyzer/rrdtool/rrdtool-1.5.5.ebuild @@ -16,7 +16,7 @@ SRC_URI="http://oss.oetiker.ch/rrdtool/pub/${P/_/-}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ~arm hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x86-solaris" IUSE="dbi doc graph lua perl python rados rrdcgi ruby static-libs tcl tcpd" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"