diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-11-19 15:34:43 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-11-19 15:35:03 +0100 |
commit | d2e149ea99196e3422f71c25ddaf0b6913af80c0 (patch) | |
tree | dd48fa3c49bbc6f3a66c6d7a92ba2602a68aa9d5 /net-libs | |
parent | app-i18n/uchardet: backport patch to enforce IEEE float precision (diff) | |
download | gentoo-d2e149ea99196e3422f71c25ddaf0b6913af80c0.tar.gz gentoo-d2e149ea99196e3422f71c25ddaf0b6913af80c0.tar.bz2 gentoo-d2e149ea99196e3422f71c25ddaf0b6913af80c0.zip |
net-libs/rpcsvc-proto: Add fake stable version
Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --force
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/rpcsvc-proto/rpcsvc-proto-0.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-0.ebuild b/net-libs/rpcsvc-proto/rpcsvc-proto-0.ebuild new file mode 100644 index 000000000000..fc38a301cfa4 --- /dev/null +++ b/net-libs/rpcsvc-proto/rpcsvc-proto-0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="rpcsvc protocol definitions from glibc" +HOMEPAGE="https://github.com/thkukuk/rpcsvc-proto" + +# Fake version to help portage upgrading. + +SLOT="0" +LICENSE="LGPL-2.1+ BSD" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux" +IUSE="" + +DEPEND="elibc_glibc? ( sys-libs/glibc[rpc(-)] )" +RDEPEND="${DEPEND}" |