diff options
author | Sam James <sam@gentoo.org> | 2020-12-29 09:52:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-29 09:52:31 +0000 |
commit | 16d18d2367512bf4c0c7c200f44335c68d6b1103 (patch) | |
tree | eee241f3bf76f16f71d79d721cf0d01bce84371b /app-text/xmldiff | |
parent | sci-mathematics/cgal: Stabilize 5.1 amd64, #762062 (diff) | |
download | gentoo-16d18d2367512bf4c0c7c200f44335c68d6b1103.tar.gz gentoo-16d18d2367512bf4c0c7c200f44335c68d6b1103.tar.bz2 gentoo-16d18d2367512bf4c0c7c200f44335c68d6b1103.zip |
app-text/xmldiff: Stabilize 2.4 amd64, #762080
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/xmldiff')
-rw-r--r-- | app-text/xmldiff/xmldiff-2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/xmldiff/xmldiff-2.4.ebuild b/app-text/xmldiff/xmldiff-2.4.ebuild index c1261561d3c4..263c12f27a83 100644 --- a/app-text/xmldiff/xmldiff-2.4.ebuild +++ b/app-text/xmldiff/xmldiff-2.4.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/Shoobx/xmldiff/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}]" |