Skip to content

Commit

Permalink
dev-python/brotlipy: Minor fixes to the ebuild
Browse files Browse the repository at this point in the history
Fixing coding standards and dropping useless IUSE.

Package-Manager: Portage-2.3.33, Repoman-2.3.9
  • Loading branch information
bucefal91 committed May 4, 2018
1 parent 305dab6 commit 95cc2fe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dev-python/brotlipy/brotlipy-0.7.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="${PYTHON_DEPS}
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}
virtual/python-cffi[${PYTHON_USEDEP}]
virtual/python-cffi[${PYTHON_USEDEP}]
"

0 comments on commit 95cc2fe

Please sign in to comment.