diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-07-20 16:34:04 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-07-20 16:34:04 +0200 |
commit | 54f2cbbaf9c8416dd6948a45202b8e082fd0e4f8 (patch) | |
tree | df621b9defe467abc2973d86746fa82fb1ffa26f /net-libs/libssh2 | |
parent | app-misc/mosquitto: Version bump to 1.4.14 (diff) | |
download | gentoo-54f2cbbaf9c8416dd6948a45202b8e082fd0e4f8.tar.gz gentoo-54f2cbbaf9c8416dd6948a45202b8e082fd0e4f8.tar.bz2 gentoo-54f2cbbaf9c8416dd6948a45202b8e082fd0e4f8.zip |
net-libs/libssh2: Install NEWS file
Gentoo-Bug: 604214
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'net-libs/libssh2')
-rw-r--r-- | net-libs/libssh2/libssh2-1.8.0.ebuild | 6 | ||||
-rw-r--r-- | net-libs/libssh2/libssh2-9999.ebuild | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/net-libs/libssh2/libssh2-1.8.0.ebuild b/net-libs/libssh2/libssh2-1.8.0.ebuild index 6bbabbbbb70b..3cc10e06541a 100644 --- a/net-libs/libssh2/libssh2-1.8.0.ebuild +++ b/net-libs/libssh2/libssh2-1.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -27,9 +27,7 @@ RDEPEND=" ${DEPEND} " -DOCS=( - README -) +DOCS=( NEWS README ) PATCHES=( "${FILESDIR}"/${PN}-1.8.0-libgcrypt-prefix.patch ) diff --git a/net-libs/libssh2/libssh2-9999.ebuild b/net-libs/libssh2/libssh2-9999.ebuild index 84a2339eced8..20d32d236067 100644 --- a/net-libs/libssh2/libssh2-9999.ebuild +++ b/net-libs/libssh2/libssh2-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,7 +24,7 @@ DEPEND=" " RDEPEND="${DEPEND}" -DOCS=( README ) +DOCS=( NEWS README ) src_prepare() { default |