summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2017-02-25 11:01:56 +0100
committerUlrich Müller <ulm@gentoo.org>2017-02-25 11:09:40 +0100
commit68f375c77ece56bab9a0964b5891a04edc5acfdb (patch)
tree8aa104ddc6486eb5bea895394ec762140aad1fd7 /app-admin/cronolog/cronolog-1.6.2-r3.ebuild
parentdev-libs/libsigsegv: Bumps version to 2.11 (diff)
downloadgentoo-68f375c77ece56bab9a0964b5891a04edc5acfdb.tar.gz
gentoo-68f375c77ece56bab9a0964b5891a04edc5acfdb.tar.bz2
gentoo-68f375c77ece56bab9a0964b5891a04edc5acfdb.zip
app-admin/cronolog: Move patch files to sane names.
Renaming to *.patch so we can call eapply with the directory. Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-admin/cronolog/cronolog-1.6.2-r3.ebuild')
-rw-r--r--app-admin/cronolog/cronolog-1.6.2-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/cronolog/cronolog-1.6.2-r3.ebuild b/app-admin/cronolog/cronolog-1.6.2-r3.ebuild
index 92a71342abc7..c62702b0e301 100644
--- a/app-admin/cronolog/cronolog-1.6.2-r3.ebuild
+++ b/app-admin/cronolog/cronolog-1.6.2-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -18,7 +18,7 @@ RDEPEND=""
src_unpack() {
unpack ${A}
cd "${S}"
- epatch "${FILESDIR}"/${PV}-patches/*.txt
+ epatch "${FILESDIR}"/${PV}-patches/*.patch
eautoreconf
}