mirror of
https://github.com/gentoo-mirror/steam-overlay.git
synced 2025-04-10 12:08:44 -04:00
net-libs/libcurl-debian: EAPI 7, fix description
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
parent
c63523eabb
commit
c9a86e24ce
@ -1,15 +1,14 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
inherit multilib multilib-minimal
|
||||
|
||||
SLOT="4"
|
||||
DESCRIPTION="libcurl-{gnutls,nss}.so.${SLOT} symlinks for compatibility with Debian"
|
||||
HOMEPAGE="https://curl.haxx.se/"
|
||||
LICENSE="MIT"
|
||||
SLOT="4"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND=">=net-misc/curl-7.16.0[${MULTILIB_USEDEP}]"
|
||||
|
@ -6,15 +6,15 @@
|
||||
<name>James Le Cuirot</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
Unlike Gentoo, Debian allows multiple copies of libcurl built
|
||||
against different backends to be installed simultaneously. For
|
||||
reasons best known to themselves, some developers release
|
||||
binaries linked against libcurl-gnutls.so instead of libcurl.so,
|
||||
the latter being the OpenSSL variant. Although it is less than
|
||||
ideal, real world usage has shown that symlinking from one to
|
||||
the other doesn't cause any issues so this package provides such
|
||||
a symlink to satisfy prebuilt binaries. Usage of libcurl-nss.so
|
||||
seems less common but a symlink for that has also been included
|
||||
for completeness.
|
||||
Unlike Gentoo, Debian allows multiple copies of libcurl built
|
||||
against different backends to be installed simultaneously. For
|
||||
reasons best known to themselves, some developers release
|
||||
binaries linked against libcurl-gnutls.so instead of
|
||||
libcurl.so, the latter being the OpenSSL variant. Although it
|
||||
is less than ideal, real world usage has shown that symlinking
|
||||
from one to the other doesn't cause any issues so this package
|
||||
provides such a symlink to satisfy prebuilt binaries. Usage of
|
||||
libcurl-nss.so seems less common but a symlink for that has
|
||||
also been included for completeness.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
|
Loading…
x
Reference in New Issue
Block a user