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 175BE139085 for ; Tue, 31 Jan 2017 16:27:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DF98E0D14; Tue, 31 Jan 2017 16:27:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B992E0D14 for ; Tue, 31 Jan 2017 16:27:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D6D833BF1B for ; Tue, 31 Jan 2017 16:27:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 172A93C41 for ; Tue, 31 Jan 2017 16:27:27 +0000 (UTC) From: "Alice Ferrazzi" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alice Ferrazzi" Message-ID: <1485880030.c3790da4b84ee79064986116b652709316e07d1b.alicef@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/epoch/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/epoch/epoch-9999.ebuild X-VCS-Directories: sys-apps/epoch/ X-VCS-Committer: alicef X-VCS-Committer-Name: Alice Ferrazzi X-VCS-Revision: c3790da4b84ee79064986116b652709316e07d1b X-VCS-Branch: master Date: Tue, 31 Jan 2017 16:27:27 +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: 21281f3d-5a36-479b-baa5-10219b81b73a X-Archives-Hash: 30c766ed92c6fdb2b82c39d6395d6ad5 commit: c3790da4b84ee79064986116b652709316e07d1b Author: Alice Ferrazzi gentoo org> AuthorDate: Tue Jan 31 16:26:38 2017 +0000 Commit: Alice Ferrazzi gentoo org> CommitDate: Tue Jan 31 16:27:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3790da4 sys-apps/epoch: epoch-9999 fix #607214 missing default config file Package-Manager: portage-2.3.3 sys-apps/epoch/epoch-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/epoch/epoch-9999.ebuild b/sys-apps/epoch/epoch-9999.ebuild index 27c1d77..67132e9 100644 --- a/sys-apps/epoch/epoch-9999.ebuild +++ b/sys-apps/epoch/epoch-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -55,7 +55,7 @@ src_install() { newepochins sbin insinto /etc/epoch/ - newins "${FILESDIR}"/${PN}-1.0_rc1-epoch.conf epoch.conf + newins "${FILESDIR}"/${PN}-1.0-epoch.conf epoch.conf } pkg_postinst() {