diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-02 14:42:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-02 14:42:52 +0200 |
commit | e4cbfd2f6e35c49cfe26d3fba57983f6288cc935 (patch) | |
tree | 93694474031cf9421e8df6e80554f29457a56259 /dev-python/sentinels | |
parent | dev-python/sentinels: Add python@ as co-maint (diff) | |
download | gentoo-e4cbfd2f6e35c49cfe26d3fba57983f6288cc935.tar.gz gentoo-e4cbfd2f6e35c49cfe26d3fba57983f6288cc935.tar.bz2 gentoo-e4cbfd2f6e35c49cfe26d3fba57983f6288cc935.zip |
dev-python/sentinels: Keyword ~x86
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sentinels')
-rw-r--r-- | dev-python/sentinels/sentinels-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sentinels/sentinels-1.0.0.ebuild b/dev-python/sentinels/sentinels-1.0.0.ebuild index 9d6d09fa0390..8d4b43fed50c 100644 --- a/dev-python/sentinels/sentinels-1.0.0.ebuild +++ b/dev-python/sentinels/sentinels-1.0.0.ebuild @@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" distutils_enable_tests nose |