Gentoo Archives: gentoo-commits

From: Alice Ferrazzi <alicef@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/epoch/
Date: Tue, 31 Jan 2017 16:27:30
Message-Id: 1485880030.c3790da4b84ee79064986116b652709316e07d1b.alicef@gentoo
1 commit: c3790da4b84ee79064986116b652709316e07d1b
2 Author: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 31 16:26:38 2017 +0000
4 Commit: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 16:27:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3790da4
7
8 sys-apps/epoch: epoch-9999
9 fix #607214 missing default config file
10
11 Package-Manager: portage-2.3.3
12
13 sys-apps/epoch/epoch-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-apps/epoch/epoch-9999.ebuild b/sys-apps/epoch/epoch-9999.ebuild
17 index 27c1d77..67132e9 100644
18 --- a/sys-apps/epoch/epoch-9999.ebuild
19 +++ b/sys-apps/epoch/epoch-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -55,7 +55,7 @@ src_install() {
27 newepochins sbin
28
29 insinto /etc/epoch/
30 - newins "${FILESDIR}"/${PN}-1.0_rc1-epoch.conf epoch.conf
31 + newins "${FILESDIR}"/${PN}-1.0-epoch.conf epoch.conf
32 }
33
34 pkg_postinst() {