summaryrefslogtreecommitdiff
path: root/app-text/libodfgen/libodfgen-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-29 18:03:51 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-29 18:03:51 +0000
commitd7ed2b01311f15ba54fe8ea872aab7d59ab2b193 (patch)
tree1814dd2b5bbf2e7639fdafbeef48d228cfaf5e9b /app-text/libodfgen/libodfgen-9999.ebuild
parentabaa75b10f899ada8dd05b23cc03205064394bc6 (diff)
gentoo resync : 29.01.2021
Diffstat (limited to 'app-text/libodfgen/libodfgen-9999.ebuild')
-rw-r--r--app-text/libodfgen/libodfgen-9999.ebuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/app-text/libodfgen/libodfgen-9999.ebuild b/app-text/libodfgen/libodfgen-9999.ebuild
index 03f14c4c7029..6c33ab30007c 100644
--- a/app-text/libodfgen/libodfgen-9999.ebuild
+++ b/app-text/libodfgen/libodfgen-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-if [[ ${PV} == 9999 ]]; then
+if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://git.code.sf.net/p/libwpd/libodfgen"
inherit autotools git-r3
else
@@ -13,12 +13,15 @@ fi
DESCRIPTION="Library to generate ODF documents from libwpd and libwpg"
HOMEPAGE="http://libwpd.sourceforge.net/"
+
LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
SLOT="0"
-
IUSE="doc"
-RDEPEND="dev-libs/librevenge"
+RDEPEND="
+ dev-libs/librevenge
+ dev-libs/libxml2:2
+"
DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig