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 6EAE9138334 for ; Sat, 7 Jul 2018 11:22:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00BD8E0A9B; Sat, 7 Jul 2018 11:22:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C65A3E0A9B for ; Sat, 7 Jul 2018 11:22:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 319AE335C7F for ; Sat, 7 Jul 2018 11:22:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53680359 for ; Sat, 7 Jul 2018 11:22:07 +0000 (UTC) From: "Joerg Bornkessel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joerg Bornkessel" Message-ID: <1530962502.81d9a51b0ad0f49dc574f4ff35b186e914bc23ca.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-live/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-live/vdr-live-2.3.1.ebuild X-VCS-Directories: media-plugins/vdr-live/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Joerg Bornkessel X-VCS-Revision: 81d9a51b0ad0f49dc574f4ff35b186e914bc23ca X-VCS-Branch: master Date: Sat, 7 Jul 2018 11:22:07 +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-Archives-Salt: 7cca3d3a-a977-41ad-97d0-6e001784d096 X-Archives-Hash: bb21294918c9bf4cfd742fdc3a233b40 commit: 81d9a51b0ad0f49dc574f4ff35b186e914bc23ca Author: Joerg Bornkessel gentoo org> AuthorDate: Sat Jul 7 11:20:18 2018 +0000 Commit: Joerg Bornkessel gentoo org> CommitDate: Sat Jul 7 11:21:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d9a51b media-plugins/vdr-live: fixed load shared lib Package-Manager: Portage-2.3.41, Repoman-2.3.9 media-plugins/vdr-live/vdr-live-2.3.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-plugins/vdr-live/vdr-live-2.3.1.ebuild b/media-plugins/vdr-live/vdr-live-2.3.1.ebuild index ef19ad4ee49..f46cff93c6d 100644 --- a/media-plugins/vdr-live/vdr-live-2.3.1.ebuild +++ b/media-plugins/vdr-live/vdr-live-2.3.1.ebuild @@ -27,6 +27,8 @@ S="${WORKDIR}/${MY_P}" VDR_CONFD_FILE="${FILESDIR}/confd-2.3" VDR_RCADDON_FILE="${FILESDIR}/rc-addon-2.3.sh" +KEEP_I18NOBJECT="yes" + make_live_cert() { # TODO: still true? # ssl-cert eclass creates a "invalid" cert, create our own one