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 C3AE31396D0 for ; Sun, 24 Sep 2017 12:12:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E571B1FC1BB; Sun, 24 Sep 2017 12:12:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C69241FC1BB for ; Sun, 24 Sep 2017 12:12:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C755634167D for ; Sun, 24 Sep 2017 12:12:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E93783F7 for ; Sun, 24 Sep 2017 12:12:31 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1506255139.9e2cffb831807771c6e053247a9360c30fdb8129.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydns/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pydns/pydns-3.1.1.ebuild X-VCS-Directories: dev-python/pydns/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 9e2cffb831807771c6e053247a9360c30fdb8129 X-VCS-Branch: master Date: Sun, 24 Sep 2017 12:12:31 +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: 2c192bc6-8e3f-456e-80b4-3deb26765d4f X-Archives-Hash: de359dfe39a691aa863714db5828da40 commit: 9e2cffb831807771c6e053247a9360c30fdb8129 Author: Michael Palimaka gentoo org> AuthorDate: Sun Sep 24 12:11:54 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Sep 24 12:12:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e2cffb8 dev-python/pydns: stabilise 3.1.1 for hppa using ALLARCHES Bug: https://bugs.gentoo.org/625042 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-python/pydns/pydns-3.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pydns/pydns-3.1.1.ebuild b/dev-python/pydns/pydns-3.1.1.ebuild index 95be5be1fa5..6004c2f169d 100644 --- a/dev-python/pydns/pydns-3.1.1.ebuild +++ b/dev-python/pydns/pydns-3.1.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://launchpad.net/${MY_PN}/trunk/${PV}/+download/${MY_P}.tar.gz" LICENSE="CNRI" SLOT="3" -KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~sparc x86" +KEYWORDS="amd64 hppa ~ia64 ~ppc ~sparc x86" IUSE="examples" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"