diff options
author | 2013-01-05 20:22:39 +0000 | |
---|---|---|
committer | 2013-01-05 20:22:39 +0000 | |
commit | d878939277eca8b7ef31694554e46d530295a2ca (patch) | |
tree | e461d4f5524285889f76b4587bbed5188a252ef1 /games-puzzle/hoh-bin/hoh-bin-1.01.ebuild | |
parent | Version bump KDE SC 4.9.5 (diff) | |
download | gentoo-2-d878939277eca8b7ef31694554e46d530295a2ca.tar.gz gentoo-2-d878939277eca8b7ef31694554e46d530295a2ca.tar.bz2 gentoo-2-d878939277eca8b7ef31694554e46d530295a2ca.zip |
Use QA_PREBUILT, wrt bug #448420
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-puzzle/hoh-bin/hoh-bin-1.01.ebuild')
-rw-r--r-- | games-puzzle/hoh-bin/hoh-bin-1.01.ebuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild b/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild index 4aefcd89bcb7..962db1529d71 100644 --- a/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild +++ b/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild,v 1.12 2009/11/03 16:20:15 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild,v 1.13 2013/01/05 20:22:39 pinkbyte Exp $ inherit eutils games @@ -17,7 +17,13 @@ RESTRICT="strip" DEPEND="x11-libs/libX11 amd64? ( >=app-emulation/emul-linux-x86-xlibs-1.0 )" -S=${WORKDIR}/hoh-install-${PV} +S="${WORKDIR}/hoh-install-${PV}" + +# bug #448420 +QA_PREBUILT=" +/opt/HoH/data/runtime/libstdc++-libc6.2-2.so.3 +/opt/HoH/data/HoH +" src_compile() { cat > "${T}/hoh" <<-EOF |