From 35dd6220e2d24f42505794edaab184e5ca21b236 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sat, 28 Oct 2017 20:28:30 +0200 Subject: net-libs/libnsl: Move glibc blocker into RDEPEND Package-Manager: Portage-2.3.13, Repoman-2.3.4 --- net-libs/libnsl/libnsl-1.1.0-r1.ebuild | 34 ++++++++++++++++++++++++++++++++++ net-libs/libnsl/libnsl-1.1.0.ebuild | 33 --------------------------------- 2 files changed, 34 insertions(+), 33 deletions(-) create mode 100644 net-libs/libnsl/libnsl-1.1.0-r1.ebuild delete mode 100644 net-libs/libnsl/libnsl-1.1.0.ebuild (limited to 'net-libs') diff --git a/net-libs/libnsl/libnsl-1.1.0-r1.ebuild b/net-libs/libnsl/libnsl-1.1.0-r1.ebuild new file mode 100644 index 000000000000..e56e5624f343 --- /dev/null +++ b/net-libs/libnsl/libnsl-1.1.0-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools multilib-minimal + +DESCRIPTION="Public client interface for NIS(YP) and NIS+ in a IPv6 ready version" +HOMEPAGE="https://github.com/thkukuk/libnsl" +SRC_URI="https://github.com/thkukuk/${PN}/archive/${P}.tar.gz" + +SLOT="0" +LICENSE="LGPL-2.1+" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" +IUSE="" + +DEPEND=" + net-libs/libtirpc[${MULTILIB_USEDEP}] +" +RDEPEND="${DEPEND} + !