diff options
-rw-r--r-- | games-puzzle/hoh-bin/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/hoh-bin/hoh-bin-1.01.ebuild | 12 |
2 files changed, 14 insertions, 5 deletions
diff --git a/games-puzzle/hoh-bin/ChangeLog b/games-puzzle/hoh-bin/ChangeLog index f57726a8e422..61fa3c698a49 100644 --- a/games-puzzle/hoh-bin/ChangeLog +++ b/games-puzzle/hoh-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/hoh-bin -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/ChangeLog,v 1.11 2009/11/03 16:20:15 mr_bones_ Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/ChangeLog,v 1.12 2013/01/05 20:22:39 pinkbyte Exp $ + + 05 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> hoh-bin-1.01.ebuild: + Use QA_PREBUILT, wrt bug #448420 03 Nov 2009; Michael Sterrett <mr_bones_@gentoo.org> hoh-bin-1.01.ebuild: add a desktop entry (bug #160224) 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 |