summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2018-02-17 23:11:46 +0100
committerPatrice Clement <monsieurp@gentoo.org>2018-02-18 01:03:15 +0100
commit41501a78952f42e193fd7ecb4c53c2a8ddd45f28 (patch)
tree590710572922a83482177f44d59211501d7149cc /dev-python/decorator
parentdev-lang/go: 1.10 version bump (diff)
downloadgentoo-41501a78952f42e193fd7ecb4c53c2a8ddd45f28.tar.gz
gentoo-41501a78952f42e193fd7ecb4c53c2a8ddd45f28.tar.bz2
gentoo-41501a78952f42e193fd7ecb4c53c2a8ddd45f28.zip
dev-python/decorator: add ~amd64-fbsd keyword.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'dev-python/decorator')
-rw-r--r--dev-python/decorator/decorator-4.1.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/decorator/decorator-4.1.2.ebuild b/dev-python/decorator/decorator-4.1.2.ebuild
index 5de0b38ebb3c..82a02eadbe73 100644
--- a/dev-python/decorator/decorator-4.1.2.ebuild
+++ b/dev-python/decorator/decorator-4.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~amd64-fbsd"
IUSE="doc"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"