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 F188C138331 for ; Thu, 29 Sep 2016 04:00:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4801AE0AEE; Thu, 29 Sep 2016 04:00:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 295A5E0AEE for ; Thu, 29 Sep 2016 04:00:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44F1C340836 for ; Thu, 29 Sep 2016 04:00:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FCEA2498 for ; Thu, 29 Sep 2016 03:59:59 +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: <1475121559.4c0854067ed9c5fbb2c23faffc177e272f065451.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/cdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/cdb/cdb-0.75-r4.ebuild X-VCS-Directories: dev-db/cdb/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 4c0854067ed9c5fbb2c23faffc177e272f065451 X-VCS-Branch: master Date: Thu, 29 Sep 2016 03:59:59 +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: 20fb457a-1c66-4e61-ae3f-7d6f664c7181 X-Archives-Hash: 6bf140a42ab3ef5fca5018ddaed5c012 commit: 4c0854067ed9c5fbb2c23faffc177e272f065451 Author: Jeroen Roovers gentoo org> AuthorDate: Thu Sep 29 03:59:19 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Sep 29 03:59:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c085406 dev-db/cdb: Stable for HPPA (bug #573078). Package-Manager: portage-2.3.1 RepoMan-Options: --ignore-arches dev-db/cdb/cdb-0.75-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/cdb/cdb-0.75-r4.ebuild b/dev-db/cdb/cdb-0.75-r4.ebuild index f376006..36e034e 100644 --- a/dev-db/cdb/cdb-0.75-r4.ebuild +++ b/dev-db/cdb/cdb-0.75-r4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 inherit eutils multilib toolchain-funcs -KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" DESCRIPTION="Fast, reliable, simple package for creating and reading constant databases" HOMEPAGE="http://cr.yp.to/cdb.html"