Diff gperiodic-3.0.3 with a gperiodic-3.0.3-r1
/usr/portage/sci-chemistry/gperiodic/gperiodic-3.0.3-r1.ebuild 2025-07-29 16:22:17.328467726 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
1 |
# Copyright 1999-2025 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
inherit toolchain-funcs xdg-utils |
7 | 7 | |
... | ... | |
11 | 11 | |
12 | 12 |
LICENSE="GPL-2" |
13 | 13 |
SLOT="0" |
14 |
KEYWORDS="amd64 ~x86" |
|
14 |
KEYWORDS="~amd64 ~x86" |
|
15 | 15 |
IUSE="nls" |
16 | 16 | |
17 | 17 |
BDEPEND=" |
... | ... | |
23 | 23 |
x11-libs/cairo[X]" |
24 | 24 |
DEPEND="${RDEPEND}" |
25 | 25 | |
26 |
PATCHES=( "${FILESDIR}/${P}-incompatible-pointers.patch" ) |
|
27 | ||
26 | 28 |
src_compile() { |
27 | 29 |
emake \ |
28 | 30 |
CFLAGS="${CFLAGS}" \ |