From dc968ed2ef3744cb13305e6003c625ce2108d118 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 11 Dec 2017 20:51:42 +0100 Subject: sys-devel/bison: [QA] Move patches to distfiles Closes: https://bugs.gentoo.org/620638 --- sys-devel/bison/bison-2.4.3.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'sys-devel/bison/bison-2.4.3.ebuild') diff --git a/sys-devel/bison/bison-2.4.3.ebuild b/sys-devel/bison/bison-2.4.3.ebuild index fde4389df171..faed48df0515 100644 --- a/sys-devel/bison/bison-2.4.3.ebuild +++ b/sys-devel/bison/bison-2.4.3.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 EAPI="2" @@ -7,7 +7,8 @@ inherit flag-o-matic eutils DESCRIPTION="A yacc-compatible parser generator" HOMEPAGE="https://www.gnu.org/software/bison/bison.html" -SRC_URI="mirror://gnu/bison/${P}.tar.bz2" +SRC_URI="mirror://gnu/bison/${P}.tar.bz2 + https://dev.gentoo.org/~mgorny/dist/${P}-patchset.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -19,8 +20,8 @@ DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" src_prepare() { - epatch "${FILESDIR}"/${P}-uclibc-sched_param-def.patch - epatch "${FILESDIR}"/${P}-no-gets.patch + epatch "${WORKDIR}"/${P}-patchset/${P}-uclibc-sched_param-def.patch + epatch "${WORKDIR}"/${P}-patchset/${P}-no-gets.patch } src_configure() { -- cgit v1.2.3-65-gdbad