Diff goffice-0.10.60 with a goffice-0.10.61-r1
| /usr/portage/x11-libs/goffice/goffice-0.10.61-r1.ebuild 2026-06-10 19:17:07.296990388 +0300 | ||
|---|---|---|
| 10 | 10 | |
| 11 | 11 |
LICENSE="GPL-2" |
| 12 | 12 |
SLOT="0.10" |
| 13 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-solaris" |
|
| 13 |
KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ppc ppc64 ~riscv ~sparc ~x86 ~x64-solaris" |
|
| 14 | 14 |
IUSE="+introspection" |
| 15 | 15 | |
| 16 | 16 |
# FIXME: add lasem to tree |
| ... | ... | |
| 39 | 39 |
virtual/pkgconfig" |
| 40 | 40 | |
| 41 | 41 |
src_configure() {
|
| 42 |
econf \ |
|
| 43 |
--disable-gtk-doc \ |
|
| 44 |
--disable-maintainer-mode \ |
|
| 45 |
--without-lasem \ |
|
| 46 |
--with-gtk \ |
|
| 47 |
--with-config-backend=gsettings \ |
|
| 42 |
local myconf=( |
|
| 43 |
--disable-gtk-doc |
|
| 44 |
--disable-maintainer-mode |
|
| 45 |
--without-lasem |
|
| 46 |
--with-gtk |
|
| 47 |
--with-config-backend=gsettings |
|
| 48 | 48 |
$(use_enable introspection) |
| 49 |
) |
|
| 50 | ||
| 51 |
# https://gitlab.gnome.org/GNOME/goffice/-/work_items/70 |
|
| 52 |
# https://gitlab.gnome.org/GNOME/goffice/-/work_items/80 |
|
| 53 |
if use x86 || use arm || use ppc; then |
|
| 54 |
myconf+=( --without-long-double) |
|
| 55 |
fi |
|
| 56 | ||
| 57 |
econf "${myconf[@]}"
|
|
| 49 | 58 |
} |
| 50 | 59 | |
| 51 | 60 |
src_install() {
|