diff options
author | James Le Cuirot <chewi@gentoo.org> | 2021-02-14 12:21:09 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-02-14 12:21:09 +0000 |
commit | da178bdead5d0db0310504d979ebeac17377f81c (patch) | |
tree | f09662c3adee36346ce598dd9d9672ecfcdf1ed6 /games-emulation/dosbox/dosbox-9999.ebuild | |
parent | dev-lang/elixir: drop old (diff) | |
download | gentoo-da178bdead5d0db0310504d979ebeac17377f81c.tar.gz gentoo-da178bdead5d0db0310504d979ebeac17377f81c.tar.bz2 gentoo-da178bdead5d0db0310504d979ebeac17377f81c.zip |
games-emulation/dosbox: Update ncurses patch for latest trunk
Closes: https://bugs.gentoo.org/760642
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-emulation/dosbox/dosbox-9999.ebuild')
-rw-r--r-- | games-emulation/dosbox/dosbox-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/dosbox/dosbox-9999.ebuild b/games-emulation/dosbox/dosbox-9999.ebuild index 3292eebd77d5..e9aadb1e2ef7 100644 --- a/games-emulation/dosbox/dosbox-9999.ebuild +++ b/games-emulation/dosbox/dosbox-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -50,7 +50,7 @@ DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" PATCHES=( - "${FILESDIR}"/${PN}-0.74-ncurses.patch + "${FILESDIR}"/${PN}-0.75-ncurses.patch ) src_prepare() { |