2020-02-12 18:18:42 +03:00
|
|
|
# Copyright 1999-2020 Gentoo Authors
|
2017-09-08 00:50:49 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=6
|
|
|
|
|
2018-05-02 16:03:00 +03:00
|
|
|
# Used only to populate IUSE, bug 643058
|
|
|
|
inherit multilib-build
|
|
|
|
|
2017-09-08 00:50:49 +03:00
|
|
|
DESCRIPTION="Public client interface for NIS(YP) and NIS+ in a IPv6 ready version"
|
|
|
|
HOMEPAGE="https://github.com/thkukuk/libnsl"
|
|
|
|
|
2017-10-29 20:42:00 +03:00
|
|
|
# Fake version to help portage upgrading.
|
|
|
|
|
|
|
|
SLOT="0/1"
|
2017-09-08 00:50:49 +03:00
|
|
|
LICENSE="LGPL-2.1+"
|
2020-01-26 23:14:01 +03:00
|
|
|
KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux"
|
2017-11-02 08:40:35 +03:00
|
|
|
|
2017-09-08 00:50:49 +03:00
|
|
|
IUSE=""
|
|
|
|
|
2017-11-07 22:37:05 +03:00
|
|
|
DEPEND="elibc_glibc? ( <sys-libs/glibc-2.26 )"
|
2017-10-29 20:42:00 +03:00
|
|
|
RDEPEND="${DEPEND}"
|