From a60b841a6d259dc61d4fa9a1603fd13a00f83f76 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Thu, 24 Sep 2020 14:37:24 +0200 Subject: [PATCH] dev-python/aiopg: eutils --> optfeature Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan --- 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 a74437fcd0..ee809c3c16 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="