summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-09-07 10:52:04 +0200
committerDavid Seifert <soap@gentoo.org>2020-09-07 10:52:04 +0200
commit593a33ad8169875aafa41e190801b878dd2a35fa (patch)
tree3362bb247390200266be4143d511d7a6bbed12bd /dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
parentdev-python/python-language-server: Inherit optfeature.eclass (diff)
downloadgentoo-593a33ad8169875aafa41e190801b878dd2a35fa.tar.gz
gentoo-593a33ad8169875aafa41e190801b878dd2a35fa.tar.bz2
gentoo-593a33ad8169875aafa41e190801b878dd2a35fa.zip
dev-python/qdarkstyle: Inherit optfeature.eclass
Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild')
-rw-r--r--dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild b/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
index fd2c520e477f..637111a307f8 100644
--- a/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
+++ b/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7,8,9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit eutils distutils-r1
+inherit distutils-r1 optfeature
MY_PN="QDarkStyleSheet"