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 4FD9D138350 for ; Tue, 17 Mar 2020 02:45:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62491E0BC3; Tue, 17 Mar 2020 02:45:22 +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 3F25FE0BC3 for ; Tue, 17 Mar 2020 02:45:22 +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 CBD4234F193 for ; Tue, 17 Mar 2020 02:45:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28A47187 for ; Tue, 17 Mar 2020 02:45:18 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1584413108.c8dfc412d5dbb1ef35808d7de08a486d980922d8.anarchy@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: net-misc/rsync/ X-VCS-Repository: proj/musl X-VCS-Files: net-misc/rsync/rsync-3.1.3.ebuild X-VCS-Directories: net-misc/rsync/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: c8dfc412d5dbb1ef35808d7de08a486d980922d8 X-VCS-Branch: master Date: Tue, 17 Mar 2020 02:45:18 +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: e8e776a0-2ef6-49ce-82e4-e579e17ebc83 X-Archives-Hash: 54c159078b55fa2d635623a4c5072ca5 commit: c8dfc412d5dbb1ef35808d7de08a486d980922d8 Author: Jory Pratt gentoo org> AuthorDate: Tue Mar 17 02:45:08 2020 +0000 Commit: Jory Pratt gentoo org> CommitDate: Tue Mar 17 02:45:08 2020 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=c8dfc412 net-misc/rsync: drop eutils from inherit Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Jory Pratt gentoo.org> net-misc/rsync/rsync-3.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/rsync/rsync-3.1.3.ebuild b/net-misc/rsync/rsync-3.1.3.ebuild index 1eddf87..9fc3052 100644 --- a/net-misc/rsync/rsync-3.1.3.ebuild +++ b/net-misc/rsync/rsync-3.1.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils flag-o-matic prefix systemd +inherit flag-o-matic prefix systemd DESCRIPTION="File transfer program to keep remote files into sync" HOMEPAGE="https://rsync.samba.org/"