diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-12-11 19:07:06 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-12-11 19:07:06 +0000 |
commit | 8857661573fbc09231ffbd440e4254f6cbbde3d6 (patch) | |
tree | 842ae13042f9f768bc463a85cdf1bc09b7512da4 /games-emulation/pcsxr | |
parent | Introduce an ebuild for pcsxr, the forked PSX emu. Bug #492936. (diff) | |
download | gentoo-2-8857661573fbc09231ffbd440e4254f6cbbde3d6.tar.gz gentoo-2-8857661573fbc09231ffbd440e4254f6cbbde3d6.tar.bz2 gentoo-2-8857661573fbc09231ffbd440e4254f6cbbde3d6.zip |
Pass missing --datarootdir.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'games-emulation/pcsxr')
-rw-r--r-- | games-emulation/pcsxr/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/pcsxr/pcsxr-1.9.94.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/games-emulation/pcsxr/ChangeLog b/games-emulation/pcsxr/ChangeLog index aec6b3f36247..a3dba9ba81d9 100644 --- a/games-emulation/pcsxr/ChangeLog +++ b/games-emulation/pcsxr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/pcsxr # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsxr/ChangeLog,v 1.1 2013/12/11 18:31:40 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsxr/ChangeLog,v 1.2 2013/12/11 19:07:06 mgorny Exp $ + + 11 Dec 2013; Michał Górny <mgorny@gentoo.org> pcsxr-1.9.94.ebuild: + Pass missing --datarootdir. *pcsxr-1.9.94 (11 Dec 2013) diff --git a/games-emulation/pcsxr/pcsxr-1.9.94.ebuild b/games-emulation/pcsxr/pcsxr-1.9.94.ebuild index bd1e1a73903c..248ddf6c8b2f 100644 --- a/games-emulation/pcsxr/pcsxr-1.9.94.ebuild +++ b/games-emulation/pcsxr/pcsxr-1.9.94.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsxr/pcsxr-1.9.94.ebuild,v 1.1 2013/12/11 18:31:40 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsxr/pcsxr-1.9.94.ebuild,v 1.2 2013/12/11 19:07:06 mgorny Exp $ EAPI=5 @@ -80,6 +80,8 @@ src_configure() { fi local myeconfargs=( + --datarootdir="${EPREFIX%/}"/usr/share + $(use_enable nls) $(use_enable cdio libcdio) $(use_enable opengl) |