* [gentoo-commits] repo/gentoo:master commit in: games-util/xgamer/files/, games-util/xgamer/
@ 2017-07-08 18:36 Andreas Hüttel
0 siblings, 0 replies; only message in thread
From: Andreas Hüttel @ 2017-07-08 18:36 UTC (permalink / raw
To: gentoo-commits
commit: 0cd8f10f2c32a738f8828b6a7417d43895051cec
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 8 18:36:25 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul 8 18:36:43 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cd8f10f
games-util/xgamer: Add build fix for Perl 5.26, bug 623594
Package-Manager: Portage-2.3.6, Repoman-2.3.2
games-util/xgamer/files/xgamer-0.6.2-perl526.patch | 13 +++++++++++++
games-util/xgamer/xgamer-0.6.2.ebuild | 7 +++++--
2 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/games-util/xgamer/files/xgamer-0.6.2-perl526.patch b/games-util/xgamer/files/xgamer-0.6.2-perl526.patch
new file mode 100644
index 00000000000..d59ba05263f
--- /dev/null
+++ b/games-util/xgamer/files/xgamer-0.6.2-perl526.patch
@@ -0,0 +1,13 @@
+diff -ruN xgamer.orig/Build.PL xgamer/Build.PL
+--- xgamer.orig/Build.PL 2012-09-21 17:23:27.000000000 +0200
++++ xgamer/Build.PL 2017-07-08 20:33:44.566199833 +0200
+@@ -2,7 +2,8 @@
+
+ use strict;
+ use warnings;
+-
++
++use lib q[.];
+ use inc::MyBuilder;
+ use File::Spec::Functions;
+
diff --git a/games-util/xgamer/xgamer-0.6.2.ebuild b/games-util/xgamer/xgamer-0.6.2.ebuild
index 1cfa19c337b..e139c04400f 100644
--- a/games-util/xgamer/xgamer-0.6.2.ebuild
+++ b/games-util/xgamer/xgamer-0.6.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
inherit perl-module
DESCRIPTION="A launcher for starting games in a second X session"
@@ -29,7 +29,10 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${PN}
-PATCHES=( "${FILESDIR}"/${P}-desktopfile.patch )
+PATCHES=(
+ "${FILESDIR}"/${P}-desktopfile.patch
+ "${FILESDIR}"/${P}-perl526.patch
+)
pkg_postinst() {
elog "optional dependencies:"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-07-08 18:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-08 18:36 [gentoo-commits] repo/gentoo:master commit in: games-util/xgamer/files/, games-util/xgamer/ Andreas Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox