diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-01-05 20:22:39 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-01-05 20:22:39 +0000 |
commit | d878939277eca8b7ef31694554e46d530295a2ca (patch) | |
tree | e461d4f5524285889f76b4587bbed5188a252ef1 /games-puzzle | |
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')
-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 |