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 0CA86138359 for ; Thu, 24 Sep 2020 13:01:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77F28E0870; Thu, 24 Sep 2020 13:01:21 +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 2109AE086E for ; Thu, 24 Sep 2020 13:01:21 +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 A3F64340D6E for ; Thu, 24 Sep 2020 13:01:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26492391 for ; Thu, 24 Sep 2020 13:01:15 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1600951044.a60b841a6d259dc61d4fa9a1603fd13a00f83f76.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/aiopg/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/aiopg/aiopg-1.0.0.ebuild X-VCS-Directories: dev-python/aiopg/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: a60b841a6d259dc61d4fa9a1603fd13a00f83f76 X-VCS-Branch: master Date: Thu, 24 Sep 2020 13:01:15 +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: bc80944c-2d39-436b-b743-3eeb12e9c7ba X-Archives-Hash: 9cde8e6f35acf3649d4809d7ab5b7dbe commit: a60b841a6d259dc61d4fa9a1603fd13a00f83f76 Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Sep 24 12:37:24 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Sep 24 12:37:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a60b841a dev-python/aiopg: eutils --> optfeature Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/aiopg/aiopg-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/aiopg/aiopg-1.0.0.ebuild b/dev-python/aiopg/aiopg-1.0.0.ebuild index a74437fc..ee809c3c 100644 --- a/dev-python/aiopg/aiopg-1.0.0.ebuild +++ b/dev-python/aiopg/aiopg-1.0.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) -inherit distutils-r1 +inherit distutils-r1 optfeature DESCRIPTION="aiopg is a library for accessing a PostgreSQL database from the asyncio" HOMEPAGE=" 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 77397138359 for ; Thu, 24 Sep 2020 12:50:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A385E082B; Thu, 24 Sep 2020 12:50:58 +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 71FA3E082B for ; Thu, 24 Sep 2020 12:50:58 +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 19812335CD8 for ; Thu, 24 Sep 2020 12:50:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87DD037B for ; Thu, 24 Sep 2020 12:50:55 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1600951044.a60b841a6d259dc61d4fa9a1603fd13a00f83f76.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiopg/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/aiopg/aiopg-1.0.0.ebuild X-VCS-Directories: dev-python/aiopg/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: a60b841a6d259dc61d4fa9a1603fd13a00f83f76 X-VCS-Branch: dev Date: Thu, 24 Sep 2020 12:50:55 +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: bd26af30-4e83-46d6-8293-fc9bffd507ec X-Archives-Hash: 3a9b0ebdbb0f9e6a1ab18f758a922ea5 Message-ID: <20200924125055.QxD3nQQ3a6km3b3lZX9IHCRAFnp5JUNoymo15Dh44Zg@z> commit: a60b841a6d259dc61d4fa9a1603fd13a00f83f76 Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Sep 24 12:37:24 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Sep 24 12:37:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a60b841a dev-python/aiopg: eutils --> optfeature Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/aiopg/aiopg-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/aiopg/aiopg-1.0.0.ebuild b/dev-python/aiopg/aiopg-1.0.0.ebuild index a74437fc..ee809c3c 100644 --- a/dev-python/aiopg/aiopg-1.0.0.ebuild +++ b/dev-python/aiopg/aiopg-1.0.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) -inherit distutils-r1 +inherit distutils-r1 optfeature DESCRIPTION="aiopg is a library for accessing a PostgreSQL database from the asyncio" HOMEPAGE="