diff options
-rw-r--r-- | dev-python/speg/speg-0.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/speg/speg-0.3-r1.ebuild b/dev-python/speg/speg-0.3-r1.ebuild index 53fe6ac90cba..df34884dce94 100644 --- a/dev-python/speg/speg-0.3-r1.ebuild +++ b/dev-python/speg/speg-0.3-r1.ebuild @@ -8,6 +8,6 @@ HOMEPAGE="https://github.com/avakar/speg/" SRC_URI="https://github.com/avakar/speg/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="" |