diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-12-11 20:51:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-12-11 20:56:48 +0100 |
commit | dc968ed2ef3744cb13305e6003c625ce2108d118 (patch) | |
tree | b1a43e14c3f59a872ed2d21c0cca847d418ec87e /sys-devel/bison/bison-2.4.3.ebuild | |
parent | sci-visualization/spyview: [QA] Move patches to a distfile (diff) | |
download | gentoo-dc968ed2ef3744cb13305e6003c625ce2108d118.tar.gz gentoo-dc968ed2ef3744cb13305e6003c625ce2108d118.tar.bz2 gentoo-dc968ed2ef3744cb13305e6003c625ce2108d118.zip |
sys-devel/bison: [QA] Move patches to distfiles
Closes: https://bugs.gentoo.org/620638
Diffstat (limited to 'sys-devel/bison/bison-2.4.3.ebuild')
-rw-r--r-- | sys-devel/bison/bison-2.4.3.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
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() { |