diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-02-21 15:03:46 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-21 18:20:09 +0100 |
commit | ba9c1264355b08150a90bfce5d0190858c5691be (patch) | |
tree | 0afccdfe4843caaf1872355403197f85bac38217 /dev-python/rst-linker | |
parent | dev-python/path-py: Tested on ~amd64-fbsd (diff) | |
download | gentoo-ba9c1264355b08150a90bfce5d0190858c5691be.tar.gz gentoo-ba9c1264355b08150a90bfce5d0190858c5691be.tar.bz2 gentoo-ba9c1264355b08150a90bfce5d0190858c5691be.zip |
dev-python/rst-linker: Tested on ~amd64-fbsd
Diffstat (limited to 'dev-python/rst-linker')
-rw-r--r-- | dev-python/rst-linker/rst-linker-1.9-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rst-linker/rst-linker-1.9-r1.ebuild b/dev-python/rst-linker/rst-linker-1.9-r1.ebuild index 138f18e9a53d..fcb7ec083c9f 100644 --- a/dev-python/rst-linker/rst-linker-1.9-r1.ebuild +++ b/dev-python/rst-linker/rst-linker-1.9-r1.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 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd" IUSE="doc test" RDEPEND=" |