commit:     1e7b951ae9fceed765733ddb77bfebd593156b57
Author:     Antonín Říha <antonin.riha <AT> protonmail <DOT> com>
AuthorDate: Thu May 12 13:24:11 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu May 12 13:24:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e7b951a

dev-python/pytehon-betterproto: combined optfeature into single line

Signed-off-by: Antonín Říha <antonin.riha <AT> protonmail.com>

 dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild | 5 +----
 dev-python/python-betterproto/python-betterproto-9999.ebuild        | 5 +----
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git 
a/dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild 
b/dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild
index 69239aa83..c8419dce0 100644
--- a/dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild
+++ b/dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild
@@ -48,8 +48,5 @@ python_test() {
 }
 
 pkg_postinst() {
-       optfeature "protoc compilation support" dev-python/black
-       optfeature "protoc compilation support" dev-python/isort
-       optfeature "protoc compilation support" dev-python/grpcio-tools
-       optfeature "protoc compilation support" dev-python/jinja
+       optfeature "protoc compilation support" "dev-python/black 
dev-python/isort dev-python/grpcio-tools dev-python/jinja"
 }

diff --git a/dev-python/python-betterproto/python-betterproto-9999.ebuild 
b/dev-python/python-betterproto/python-betterproto-9999.ebuild
index 69239aa83..c8419dce0 100644
--- a/dev-python/python-betterproto/python-betterproto-9999.ebuild
+++ b/dev-python/python-betterproto/python-betterproto-9999.ebuild
@@ -48,8 +48,5 @@ python_test() {
 }
 
 pkg_postinst() {
-       optfeature "protoc compilation support" dev-python/black
-       optfeature "protoc compilation support" dev-python/isort
-       optfeature "protoc compilation support" dev-python/grpcio-tools
-       optfeature "protoc compilation support" dev-python/jinja
+       optfeature "protoc compilation support" "dev-python/black 
dev-python/isort dev-python/grpcio-tools dev-python/jinja"
 }

Reply via email to