diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-05-12 08:37:06 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-05-12 08:37:06 +0200 |
commit | 53a341bfde02962d35b4cd3a8c5c4c7398da2cb2 (patch) | |
tree | 54f8b7188b79b4de191e589f2c96314791743b70 /dev-python/peewee | |
parent | app-office/gnucash: x86 stable wrt bug #721748 (diff) | |
download | gentoo-53a341bfde02962d35b4cd3a8c5c4c7398da2cb2.tar.gz gentoo-53a341bfde02962d35b4cd3a8c5c4c7398da2cb2.tar.bz2 gentoo-53a341bfde02962d35b4cd3a8c5c4c7398da2cb2.zip |
dev-python/peewee: x86 stable wrt bug #721768
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/peewee')
-rw-r--r-- | dev-python/peewee/peewee-3.13.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/peewee/peewee-3.13.2.ebuild b/dev-python/peewee/peewee-3.13.2.ebuild index 6cc46a6d9109..d1d51cbabc26 100644 --- a/dev-python/peewee/peewee-3.13.2.ebuild +++ b/dev-python/peewee/peewee-3.13.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/coleifer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="examples test" RESTRICT="!test? ( test )" |