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 E39ED1382C5 for ; Fri, 23 Apr 2021 18:34:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B241E0843; Fri, 23 Apr 2021 18:34: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 D91C4E0843 for ; Fri, 23 Apr 2021 18:34: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 748E734122F for ; Fri, 23 Apr 2021 18:34:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CADB459C for ; Fri, 23 Apr 2021 18:34:32 +0000 (UTC) From: "Daniel Pielmeier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Daniel Pielmeier" Message-ID: <1619202841.43fb0e4e06987769c56cc8df76d83c4251f583a9.billie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/channeleditor/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/channeleditor/channeleditor-1.9.2.1-r3.ebuild X-VCS-Directories: media-tv/channeleditor/ X-VCS-Committer: billie X-VCS-Committer-Name: Daniel Pielmeier X-VCS-Revision: 43fb0e4e06987769c56cc8df76d83c4251f583a9 X-VCS-Branch: master Date: Fri, 23 Apr 2021 18:34:32 +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: f51e35ed-881d-4d3c-8efb-9f22989bc658 X-Archives-Hash: 7247259867c2ac5484688da10ed7b050 commit: 43fb0e4e06987769c56cc8df76d83c4251f583a9 Author: Daniel Pielmeier gentoo org> AuthorDate: Fri Apr 23 18:34:01 2021 +0000 Commit: Daniel Pielmeier gentoo org> CommitDate: Fri Apr 23 18:34:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43fb0e4e media-tv/channeleditor: eutils->edos2unix Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Daniel Pielmeier gentoo.org> media-tv/channeleditor/channeleditor-1.9.2.1-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-tv/channeleditor/channeleditor-1.9.2.1-r3.ebuild b/media-tv/channeleditor/channeleditor-1.9.2.1-r3.ebuild index e3ec1016567..684ff24bffb 100644 --- a/media-tv/channeleditor/channeleditor-1.9.2.1-r3.ebuild +++ b/media-tv/channeleditor/channeleditor-1.9.2.1-r3.ebuild @@ -4,7 +4,7 @@ EAPI=7 JAVA_PKG_IUSE=source -inherit desktop eutils java-pkg-2 java-ant-2 xdg +inherit desktop edos2unix java-pkg-2 java-ant-2 xdg DESCRIPTION="Editor for VDR channels.conf" HOMEPAGE="https://sites.google.com/site/reniershomepage/"