diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2019-02-07 11:59:20 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2019-02-07 12:01:05 +0100 |
commit | 1b267e6dd7231a084a8d9ffa784569add73cb855 (patch) | |
tree | 78a2cf30719958a90ae57bee3992ad4c0ee26334 /dev-util/cookiecutter | |
parent | dev-python/binaryornot: Stabilize on amd64 (diff) | |
download | gentoo-1b267e6dd7231a084a8d9ffa784569add73cb855.tar.gz gentoo-1b267e6dd7231a084a8d9ffa784569add73cb855.tar.bz2 gentoo-1b267e6dd7231a084a8d9ffa784569add73cb855.zip |
dev-util/cookiecutter: Stabilize on amd64
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
Diffstat (limited to 'dev-util/cookiecutter')
-rw-r--r-- | dev-util/cookiecutter/cookiecutter-1.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/cookiecutter/cookiecutter-1.6.0.ebuild b/dev-util/cookiecutter/cookiecutter-1.6.0.ebuild index d82dc5afd760..b4fcc8dfdb50 100644 --- a/dev-util/cookiecutter/cookiecutter-1.6.0.ebuild +++ b/dev-util/cookiecutter/cookiecutter-1.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/audreyr/cookiecutter/archive/${PV}.tar.gz -> ${P}.ta LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="test" RDEPEND=">=dev-python/future-0.15.2[${PYTHON_USEDEP}] |