diff options
author | Jesus P Rey (Chuso) <gentoo@chuso.net> | 2020-10-25 10:50:17 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2020-11-01 22:21:29 +0000 |
commit | 642f9bfe522d42e8d9eb40fe6371d94a804e463e (patch) | |
tree | af4c401d7e175e2a5816eda4130722a835a60272 /games-arcade | |
parent | sys-kernel/gentoo-sources: Linux patch 5.9.3 (diff) | |
download | gentoo-642f9bfe522d42e8d9eb40fe6371d94a804e463e.tar.gz gentoo-642f9bfe522d42e8d9eb40fe6371d94a804e463e.tar.bz2 gentoo-642f9bfe522d42e8d9eb40fe6371d94a804e463e.zip |
games-arcade/ceferino: Remove missing patch.
Signed-off-by: Jesus P Rey <gentoo@chuso.net>
Closes: https://bugs.gentoo.org/653310
Closes: https://github.com/gentoo/gentoo/pull/18028
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/ceferino/ceferino-0.97.8-r2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games-arcade/ceferino/ceferino-0.97.8-r2.ebuild b/games-arcade/ceferino/ceferino-0.97.8-r2.ebuild index feb2563f0e38..390859615e7d 100644 --- a/games-arcade/ceferino/ceferino-0.97.8-r2.ebuild +++ b/games-arcade/ceferino/ceferino-0.97.8-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,7 +27,6 @@ S="${WORKDIR}/${P}+svn37" src_prepare() { default - eapply "${FILESDIR}"/${P}-latin1.patch sed -i \ -e '/^INCLUDES/s:\$(datadir)/locale:/usr/share/locale:' \ src/Makefile.am || die |