From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1146345-garchives=archives.gentoo.org@lists.gentoo.org> 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 F0CF4138350 for <garchives@archives.gentoo.org>; Sat, 15 Feb 2020 10:03:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B89FFE08EF; Sat, 15 Feb 2020 10:03:48 +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 5E581E08EF for <gentoo-commits@lists.gentoo.org>; Sat, 15 Feb 2020 10:03:48 +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 714B034ECEF for <gentoo-commits@lists.gentoo.org>; Sat, 15 Feb 2020 10:03:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C32C147 for <gentoo-commits@lists.gentoo.org>; Sat, 15 Feb 2020 10:03:44 +0000 (UTC) From: "David Seifert" <soap@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org> Message-ID: <1581760984.416ac1b0963e7a2afa8b15a7fff0ac09e74713b7.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ntfs3g/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/ntfs3g/ntfs3g-2016.2.22-r2.ebuild sys-fs/ntfs3g/ntfs3g-2017.3.23-r1.ebuild X-VCS-Directories: sys-fs/ntfs3g/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 416ac1b0963e7a2afa8b15a7fff0ac09e74713b7 X-VCS-Branch: master Date: Sat, 15 Feb 2020 10:03:44 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cc4c283f-4c8b-4d90-9f03-962b5b517ad5 X-Archives-Hash: 432072e877759c6dc9a51bc494739a09 commit: 416ac1b0963e7a2afa8b15a7fff0ac09e74713b7 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Feb 15 10:03:04 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Feb 15 10:03:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=416ac1b0 sys-fs/ntfs3g: [QA] inherit ltprune.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap <AT> gentoo.org> sys-fs/ntfs3g/ntfs3g-2016.2.22-r2.ebuild | 2 +- sys-fs/ntfs3g/ntfs3g-2017.3.23-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/ntfs3g/ntfs3g-2016.2.22-r2.ebuild b/sys-fs/ntfs3g/ntfs3g-2016.2.22-r2.ebuild index 098a2479874..fbc0aa7cfe4 100644 --- a/sys-fs/ntfs3g/ntfs3g-2016.2.22-r2.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2016.2.22-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils linux-info udev toolchain-funcs libtool +inherit eutils linux-info ltprune udev toolchain-funcs libtool MY_PN=${PN/3g/-3g} MY_P=${MY_PN}_ntfsprogs-${PV} diff --git a/sys-fs/ntfs3g/ntfs3g-2017.3.23-r1.ebuild b/sys-fs/ntfs3g/ntfs3g-2017.3.23-r1.ebuild index 29f78020cb2..41b17fedcc7 100644 --- a/sys-fs/ntfs3g/ntfs3g-2017.3.23-r1.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2017.3.23-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils linux-info udev toolchain-funcs libtool +inherit eutils linux-info ltprune udev toolchain-funcs libtool MY_PN=${PN/3g/-3g} MY_P=${MY_PN}_ntfsprogs-${PV}