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 DC1F0138239 for ; Mon, 7 Oct 2019 09:47:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFCDCE0841; Mon, 7 Oct 2019 09:47:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 DB63CE0841 for ; Mon, 7 Oct 2019 09:47:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0B8F634B8F2 for ; Mon, 7 Oct 2019 09:47:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F20C3886 for ; Mon, 7 Oct 2019 09:47:38 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1570441651.a3d93393106c59c48c8b2fc237f75ca8fa4baac1.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_vdbh/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apache/mod_vdbh/mod_vdbh-1.0.3-r2.ebuild X-VCS-Directories: www-apache/mod_vdbh/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: a3d93393106c59c48c8b2fc237f75ca8fa4baac1 X-VCS-Branch: master Date: Mon, 7 Oct 2019 09:47: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bc0dcb38-cfe2-458c-aa54-de73ccfca644 X-Archives-Hash: 4607bd12ec2a89c53f4c37b8d07174f2 commit: a3d93393106c59c48c8b2fc237f75ca8fa4baac1 Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Oct 7 09:46:50 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Oct 7 09:47:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d93393 www-apache/mod_vdbh: ppc stable wrt bug #696378 Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo gentoo.org> www-apache/mod_vdbh/mod_vdbh-1.0.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apache/mod_vdbh/mod_vdbh-1.0.3-r2.ebuild b/www-apache/mod_vdbh/mod_vdbh-1.0.3-r2.ebuild index 1c2257f8199..3b7c60c3f16 100644 --- a/www-apache/mod_vdbh/mod_vdbh-1.0.3-r2.ebuild +++ b/www-apache/mod_vdbh/mod_vdbh-1.0.3-r2.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit apache-module -KEYWORDS="~ppc x86" +KEYWORDS="ppc x86" DESCRIPTION="An Apache2 module for mass virtual hosting using a MySQL database" HOMEPAGE="http://www.synthemesc.com/mod_vdbh/"