Diff gentoo-systemd-integration-9 with a gentoo-systemd-integration-9-r1
| /usr/portage/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9-r1.ebuild 2025-02-03 17:39:35.926677980 +0300 | ||
|---|---|---|
| 1 |
# Copyright 2013-2024 Gentoo Authors |
|
| 1 |
# Copyright 2013-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 systemd udev |
| 7 | 7 | |
| 8 |
DESCRIPTION="systemd integration files for Gentoo" |
|
| 9 |
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Systemd" |
|
| 10 | ||
| 8 | 11 |
if [[ ${PV} == 9999 ]]; then
|
| 9 | 12 |
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoo-systemd-integration.git" |
| 10 | 13 |
inherit autotools git-r3 |
| ... | ... | |
| 13 | 16 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" |
| 14 | 17 |
fi |
| 15 | 18 | |
| 16 |
DESCRIPTION="systemd integration files for Gentoo" |
|
| 17 |
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Systemd" |
|
| 18 | ||
| 19 | 19 |
LICENSE="BSD" |
| 20 | 20 |
SLOT="0" |
| 21 | 21 | |
| 22 | 22 |
RDEPEND="acct-group/floppy |
| 23 | 23 |
acct-group/usb |
| 24 | 24 |
>=sys-apps/systemd-207 |
| 25 |
!sys-fs/eudev |
|
| 26 |
!sys-fs/udev" |
|
| 25 |
" |
|
| 27 | 26 |
DEPEND=">=sys-apps/systemd-207" |
| 28 | 27 |
BDEPEND="virtual/pkgconfig" |
| 29 | 28 | |