Diff libvisio-0.1.10 with a libvisio-0.1.11
| /usr/portage/media-libs/libvisio/libvisio-0.1.11.ebuild 2026-06-18 19:41:04.221053610 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 |
EAPI=8 |
|
| 5 | ||
| 6 |
inherit flag-o-matic |
|
| 4 |
EAPI=9 |
|
| 7 | 5 | |
| 8 | 6 |
if [[ ${PV} == *9999* ]]; then
|
| 9 | 7 |
EGIT_REPO_URI="https://git.libreoffice.org/libvisio.git" |
| 10 | 8 |
inherit autotools git-r3 |
| 11 | 9 |
else |
| 12 | 10 |
SRC_URI="https://dev-www.libreoffice.org/src/libvisio/${P}.tar.xz"
|
| 13 |
KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86" |
|
| 11 |
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" |
|
| 14 | 12 |
fi |
| 15 | 13 | |
| 16 | 14 |
DESCRIPTION="Library parsing the file format of MS Visio documents" |