Diff nss-mdns-0.15.1 with a nss-mdns-9999
| /usr/portage/sys-auth/nss-mdns/nss-mdns-9999.ebuild 2024-12-25 15:56:49.486754985 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2023 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=7 |
| 5 |
inherit autotools multilib-minimal |
|
| 5 | ||
| 6 |
EGIT_REPO_URI="https://github.com/lathiat/nss-mdns" |
|
| 7 |
inherit autotools git-r3 multilib-minimal |
|
| 6 | 8 | |
| 7 | 9 |
DESCRIPTION="Name Service Switch module for Multicast DNS" |
| 8 | 10 |
HOMEPAGE="https://github.com/lathiat/nss-mdns" |
| 9 |
SRC_URI="https://github.com/lathiat/nss-mdns/releases/download/v${PV}/${P}.tar.gz"
|
|
| 11 |
SRC_URI="" |
|
| 10 | 12 | |
| 11 | 13 |
LICENSE="GPL-2+" |
| 12 | 14 |
SLOT="0" |
| 13 |
KEYWORDS="amd64 ~arm arm64 ~hppa ~mips ppc ~ppc64 x86" |
|
| 15 |
KEYWORDS="" |
|
| 14 | 16 |
IUSE="test" |
| 15 | 17 |
RESTRICT="!test? ( test )" |
| 16 | 18 | |
| ... | ... | |
| 18 | 20 |
DEPEND="${RDEPEND}
|
| 19 | 21 |
test? ( >=dev-libs/check-0.11[${MULTILIB_USEDEP}] )"
|
| 20 | 22 | |
| 21 |
PATCHES=( |
|
| 22 |
"${FILESDIR}"/lld-17-undefined-versioned-symbols.patch
|
|
| 23 |
) |
|
| 24 | ||
| 25 | 23 |
src_prepare() {
|
| 26 | 24 |
default |
| 27 |
# Only needed for LLD 17 patch |
|
| 28 | 25 |
eautoreconf |
| 29 | 26 |
} |
| 30 | 27 | |