diff options
author | Sam James <sam@gentoo.org> | 2020-07-29 23:38:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-29 23:38:48 +0000 |
commit | 7b3d580750dde225a45c2dc337ac61ddb6bef534 (patch) | |
tree | e60c484bdc2dc81cc86e8b72c3290cd9d6c64868 /app-text | |
parent | media-libs/freetype: x86 stable (bug #733552) (diff) | |
download | gentoo-7b3d580750dde225a45c2dc337ac61ddb6bef534.tar.gz gentoo-7b3d580750dde225a45c2dc337ac61ddb6bef534.tar.bz2 gentoo-7b3d580750dde225a45c2dc337ac61ddb6bef534.zip |
app-text/xmldiff: ppc stable (bug #732080)
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/xmldiff/xmldiff-2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/xmldiff/xmldiff-2.3.ebuild b/app-text/xmldiff/xmldiff-2.3.ebuild index 7d2533bed34f..002b81caa48a 100644 --- a/app-text/xmldiff/xmldiff-2.3.ebuild +++ b/app-text/xmldiff/xmldiff-2.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/Shoobx/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86 ~x86-linux" +KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc x86 ~x86-linux" RDEPEND="dev-python/lxml[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]" |