diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-26 14:47:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-26 14:47:31 +0100 |
commit | c656166b8a9b131356a2e184d3fe47b8a7c2dfaa (patch) | |
tree | ca72b6cb29331d0a4e03601b565422dc8a0be0f4 /dev-python/breathe | |
parent | dev-python/breathe: Remove redundant versions (diff) | |
download | gentoo-c656166b8a9b131356a2e184d3fe47b8a7c2dfaa.tar.gz gentoo-c656166b8a9b131356a2e184d3fe47b8a7c2dfaa.tar.bz2 gentoo-c656166b8a9b131356a2e184d3fe47b8a7c2dfaa.zip |
dev-python/breathe: Forward-port ~arm keyword
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/breathe')
-rw-r--r-- | dev-python/breathe/breathe-4.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/breathe/breathe-4.14.1.ebuild b/dev-python/breathe/breathe-4.14.1.ebuild index d6aacc5d3045..7b5c19a3c897 100644 --- a/dev-python/breathe/breathe-4.14.1.ebuild +++ b/dev-python/breathe/breathe-4.14.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux" RDEPEND=" app-doc/doxygen |