diff options
author | 2017-07-08 20:36:25 +0200 | |
---|---|---|
committer | 2017-07-08 20:36:43 +0200 | |
commit | 0cd8f10f2c32a738f8828b6a7417d43895051cec (patch) | |
tree | 386a6ad3b71ce78bbef40144a3259cbfc02a5ee4 /games-util/xgamer/xgamer-0.6.2.ebuild | |
parent | app-crypt/gpgme: fix gcc-7 issue (diff) | |
download | gentoo-0cd8f10f2c32a738f8828b6a7417d43895051cec.tar.gz gentoo-0cd8f10f2c32a738f8828b6a7417d43895051cec.tar.bz2 gentoo-0cd8f10f2c32a738f8828b6a7417d43895051cec.zip |
games-util/xgamer: Add build fix for Perl 5.26, bug 623594
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'games-util/xgamer/xgamer-0.6.2.ebuild')
-rw-r--r-- | games-util/xgamer/xgamer-0.6.2.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games-util/xgamer/xgamer-0.6.2.ebuild b/games-util/xgamer/xgamer-0.6.2.ebuild index 1cfa19c337b1..e139c04400f2 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:" |