commit:     ea131436455ae403f4db3c200940130bb92532d5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 15 14:45:47 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 14:46:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea131436

net-libs/libssh: Sort IUSE, drop unused eclass, switch HOMEPAGE to https

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 net-libs/libssh/libssh-9999.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-libs/libssh/libssh-9999.ebuild 
b/net-libs/libssh/libssh-9999.ebuild
index b42c05d96e3..193f9eb86e6 100644
--- a/net-libs/libssh/libssh-9999.ebuild
+++ b/net-libs/libssh/libssh-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit eutils cmake-multilib multilib git-r3
+inherit cmake-multilib git-r3
 
 DESCRIPTION="Access a working SSH implementation by means of a library"
 HOMEPAGE="http://www.libssh.org/";
@@ -12,20 +12,19 @@ EGIT_REPO_URI="git://git.libssh.org/projects/libssh.git"
 LICENSE="LGPL-2.1"
 KEYWORDS=""
 SLOT="0"
-IUSE="debug doc examples gcrypt gssapi libressl pcap +sftp ssh1 server 
static-libs test zlib"
+IUSE="debug doc examples gcrypt gssapi libressl pcap server +sftp ssh1 
static-libs test zlib"
 # Maintainer: check IUSE-defaults at DefineOptions.cmake
 
 RDEPEND="
-       zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
        !gcrypt? (
                !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] 
)
                libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
        )
        gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] )
        gssapi? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )
+       zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
 "
-DEPEND="
-       ${RDEPEND}
+DEPEND="${RDEPEND}
        doc? ( app-doc/doxygen )
        test? ( >=dev-util/cmocka-0.3.1[${MULTILIB_USEDEP}] )
 "
@@ -35,12 +34,13 @@ DOCS=( AUTHORS README ChangeLog )
 EGIT_MIN_CLONE_TYPE=single
 
 src_prepare() {
+       cmake-utils_src_prepare
+
        # just install the examples do not compile them
        sed -i \
                -e '/add_subdirectory(examples)/s/^/#DONOTWANT/' \
                CMakeLists.txt || die
 
-       cmake-utils_src_prepare
 }
 
 multilib_src_configure() {

Reply via email to