diff options
author | Sam James <sam@gentoo.org> | 2021-03-02 07:37:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-02 07:37:15 +0000 |
commit | f2080a6dbe1c27ff18bacf2bef49d8f2c35f91a9 (patch) | |
tree | c960073e0f36c655a647e4fe142eda03d40752e2 /dev-python/peewee | |
parent | app-shells/fish: Removed old (diff) | |
download | gentoo-f2080a6dbe1c27ff18bacf2bef49d8f2c35f91a9.tar.gz gentoo-f2080a6dbe1c27ff18bacf2bef49d8f2c35f91a9.tar.bz2 gentoo-f2080a6dbe1c27ff18bacf2bef49d8f2c35f91a9.zip |
dev-python/peewee: Stabilize 3.14.0 amd64, #773802
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/peewee')
-rw-r--r-- | dev-python/peewee/peewee-3.14.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/peewee/peewee-3.14.0.ebuild b/dev-python/peewee/peewee-3.14.0.ebuild index 207e54dab13d..28cec5d944b2 100644 --- a/dev-python/peewee/peewee-3.14.0.ebuild +++ b/dev-python/peewee/peewee-3.14.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,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 )" |