diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-22 22:58:06 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-23 01:25:37 +0100 |
commit | 2cd2154a6e22f969658c0beb415268c7ca61f18e (patch) | |
tree | eef01ba70ddfb7bfb6530085b0986fc9ad906a5e /app-text/libodfgen/libodfgen-9999.ebuild | |
parent | sys-apps/xdg-desktop-portal: xdp-utils: check if alternate doc portal (diff) | |
download | gentoo-2cd2154a6e22f969658c0beb415268c7ca61f18e.tar.gz gentoo-2cd2154a6e22f969658c0beb415268c7ca61f18e.tar.bz2 gentoo-2cd2154a6e22f969658c0beb415268c7ca61f18e.zip |
app-text/libodfgen: 0.1.8 version bump
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text/libodfgen/libodfgen-9999.ebuild')
-rw-r--r-- | app-text/libodfgen/libodfgen-9999.ebuild | 11 |
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 |