Diff nss-mdns-0.15.1 with a nss-mdns-9999
/usr/portage/sys-auth/nss-mdns/nss-mdns-9999.ebuild 2023-10-09 14:52:35.424368500 +0300 | ||
---|---|---|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=7 |
5 |
inherit 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 | |
23 |
src_prepare() { |
|
24 |
default |
|
25 |
eautoreconf |
|
26 |
} |
|
27 | ||
21 | 28 |
multilib_src_configure() { |
22 | 29 |
local myconf=( |
23 | 30 |
# $(localstatedir)/run/... is used to locate avahi-daemon socket |