commit: 1aa6af9f9eb76959151d680119bfcf06818017ac Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Jun 14 17:58:25 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jun 14 18:55:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aa6af9f
app-portage/nattka: Restore full keywords Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-portage/nattka/nattka-0.2.7.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-portage/nattka/nattka-0.2.7.ebuild b/app-portage/nattka/nattka-0.2.7.ebuild index 0e58fdb0cd4..c2d438a421a 100644 --- a/app-portage/nattka/nattka-0.2.7.ebuild +++ b/app-portage/nattka/nattka-0.2.7.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/mgorny/nattka/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="depgraph-order" RDEPEND=" @@ -29,7 +29,6 @@ RDEPEND=" BDEPEND=" test? ( dev-python/freezegun[${PYTHON_USEDEP}] - dev-python/networkx[${PYTHON_USEDEP}] dev-python/vcrpy[${PYTHON_USEDEP}] )"
