From: Sergei Trofimovich Date: Sun, 19 Apr 2020 10:47:18 +0000 (+0100) Subject: net-libs/rpcsvc-proto: for fallback use ${CHOST}-cpp, not 'cpp' X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b33a731e18e03cb49560abf4ac4b49011e27140e;p=gentoo.git net-libs/rpcsvc-proto: for fallback use ${CHOST}-cpp, not 'cpp' Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/718138 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich --- diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild new file mode 100644 index 000000000000..d7df5d09a441 --- /dev/null +++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="rpcsvc protocol definitions from glibc" +HOMEPAGE="https://github.com/thkukuk/rpcsvc-proto" +SRC_URI="https://github.com/thkukuk/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +SLOT="0" +LICENSE="LGPL-2.1+ BSD" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +IUSE="" + +# sys-devel/gettext is only for libintl detection macros. +DEPEND="sys-devel/gettext" +RDEPEND=" + !