diff options
author | David Seifert <soap@gentoo.org> | 2024-06-08 14:01:28 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2024-06-08 14:01:28 +0200 |
commit | 3dddd3a9caf4bd67c5f5165e64788777460e9d56 (patch) | |
tree | 1c033b8e1f9312e7adb2ea52009d8a25351043fb /app-office | |
parent | app-office/dia: fix build on musl (diff) | |
download | gentoo-3dddd3a9caf4bd67c5f5165e64788777460e9d56.tar.gz gentoo-3dddd3a9caf4bd67c5f5165e64788777460e9d56.tar.bz2 gentoo-3dddd3a9caf4bd67c5f5165e64788777460e9d56.zip |
app-office/glabels: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/glabels/glabels-3.4.1-r1.ebuild (renamed from app-office/glabels/glabels-3.4.1.ebuild) | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/app-office/glabels/glabels-3.4.1.ebuild b/app-office/glabels/glabels-3.4.1-r1.ebuild index 9babfa8dceca..cf1bc346deb7 100644 --- a/app-office/glabels/glabels-3.4.1.ebuild +++ b/app-office/glabels/glabels-3.4.1-r1.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=8 + inherit gnome2 DESCRIPTION="Program for creating labels and business cards" @@ -21,16 +22,16 @@ RDEPEND=" >=x11-libs/pango-1.36.1 barcode? ( >=app-text/barcode-0.98 - >=media-gfx/qrencode-3.1 ) - eds? ( >=gnome-extra/evolution-data-server-3.12.0:= ) -" -DEPEND="${RDEPEND} + >=media-gfx/qrencode-3.1 + ) + eds? ( >=gnome-extra/evolution-data-server-3.12.0:= )" +DEPEND="${RDEPEND}" +BDEPEND=" app-text/docbook-xml-dtd:4.1.2 dev-util/itstool dev-build/gtk-doc-am >=dev-util/intltool-0.28 - virtual/pkgconfig -" + virtual/pkgconfig" PATCHES=( "${FILESDIR}"/glabels-externs.patch # Fix compilation with -fno-common/gcc10; patch from Fedora @@ -38,6 +39,5 @@ PATCHES=( src_configure() { gnome2_src_configure \ - $(use_with eds libebook) \ - --disable-static + $(use_with eds libebook) } |