Diff liblogging-1.0.6 with a liblogging-1.0.6-r1
| /usr/portage/dev-libs/liblogging/liblogging-1.0.6-r1.ebuild 2024-12-25 14:59:48.371270071 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2021 Gentoo Authors |
|
| 1 |
# Copyright 1999-2022 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 autotools |
| 7 | 7 | |
| ... | ... | |
| 11 | 11 | |
| 12 | 12 |
LICENSE="BSD-2" |
| 13 | 13 |
SLOT="0/0" |
| 14 |
KEYWORDS="amd64 arm arm64 ~hppa x86" |
|
| 15 |
IUSE="rfc3195 +stdlog systemd" |
|
| 14 |
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~sparc ~x86" |
|
| 15 |
IUSE="rfc3195 stdlog systemd" |
|
| 16 | 16 | |
| 17 | 17 |
RDEPEND="systemd? ( sys-apps/systemd )" |
| 18 | 18 |
DEPEND="${RDEPEND}"
|