From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C637138334 for ; Wed, 13 Feb 2019 23:46:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C1D3E0986; Wed, 13 Feb 2019 23:46:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5F28E0986 for ; Wed, 13 Feb 2019 23:46:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66047335D47 for ; Wed, 13 Feb 2019 23:46:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D24C2541 for ; Wed, 13 Feb 2019 23:46:31 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1550101585.c1e1dccdc5ac220f0eb36ac96387df7eb81fc148.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/kmod/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/kmod/kmod-9999.ebuild X-VCS-Directories: sys-apps/kmod/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: c1e1dccdc5ac220f0eb36ac96387df7eb81fc148 X-VCS-Branch: master Date: Wed, 13 Feb 2019 23:46:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ffa77d6f-e99c-4582-b84f-1be051c1b1cf X-Archives-Hash: 9c81d8e81f53ad07fa691e0d87037461 commit: c1e1dccdc5ac220f0eb36ac96387df7eb81fc148 Author: Lars Wendler gentoo org> AuthorDate: Wed Feb 13 23:42:27 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Feb 13 23:46:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1e1dccd sys-apps/kmod: Update live ebuild. Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> sys-apps/kmod/kmod-9999.ebuild | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/sys-apps/kmod/kmod-9999.ebuild b/sys-apps/kmod/kmod-9999.ebuild index 29f71548f2a..7738137ba64 100644 --- a/sys-apps/kmod/kmod-9999.ebuild +++ b/sys-apps/kmod/kmod-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} ) -inherit bash-completion-r1 ltprune multilib python-r1 +inherit bash-completion-r1 multilib python-r1 if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/kernel/${PN}/${PN}.git" @@ -21,7 +21,7 @@ HOMEPAGE="https://git.kernel.org/?p=utils/kernel/kmod/kmod.git" LICENSE="LGPL-2" SLOT="0" -IUSE="debug doc lzma python static-libs +tools zlib" +IUSE="debug doc lzma python ssl static-libs +tools zlib" # Upstream does not support running the test suite with custom configure flags. # I was also told that the test suite is intended for kmod developers. @@ -36,6 +36,7 @@ RDEPEND="!sys-apps/module-init-tools !=app-arch/xz-utils-5.0.4-r1 ) python? ( ${PYTHON_DEPS} ) + ssl? ( >=dev-libs/openssl-1.1.0:0= ) zlib? ( >=sys-libs/zlib-1.2.6 )" #427130 DEPEND="${RDEPEND} doc? ( dev-util/gtk-doc ) @@ -57,7 +58,7 @@ DOCS="NEWS README TODO" src_prepare() { default - if [ ! -e configure ]; then + if [[ ! -e configure ]] ; then if use doc; then gtkdocize --copy --docdir libkmod/docs || die else @@ -85,6 +86,7 @@ src_configure() { $(use_enable static-libs static) $(use_enable tools) $(use_with lzma xz) + $(use_with ssl openssl) $(use_with zlib) ) @@ -138,7 +140,7 @@ src_install() { python_foreach_impl python_install fi - prune_libtool_files --modules + find "${ED}" -name "*.la" -delete || die if use tools; then local bincmd sbincmd