Skip to content

Commit

Permalink
app-office/glabels: update EAPI 6 -> 8
Browse files Browse the repository at this point in the history
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Jun 8, 2024
1 parent 6e4a96b commit 3dddd3a
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -21,23 +22,22 @@ 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
)

src_configure() {
gnome2_src_configure \
$(use_with eds libebook) \
--disable-static
$(use_with eds libebook)
}

0 comments on commit 3dddd3a

Please sign in to comment.