diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-11-14 22:03:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-11-14 22:03:12 +0000 |
commit | b0db2aad7a0bf8773f2d836ad917a09e314d9200 (patch) | |
tree | c06a499168c8d9e626656fc12d02e24eb02f395b /games-puzzle | |
parent | Version bump (diff) | |
download | gentoo-2-b0db2aad7a0bf8773f2d836ad917a09e314d9200.tar.gz gentoo-2-b0db2aad7a0bf8773f2d836ad917a09e314d9200.tar.bz2 gentoo-2-b0db2aad7a0bf8773f2d836ad917a09e314d9200.zip |
tidy
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/hoh-bin/ChangeLog | 6 | ||||
-rw-r--r-- | games-puzzle/hoh-bin/hoh-bin-1.01.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games-puzzle/hoh-bin/ChangeLog b/games-puzzle/hoh-bin/ChangeLog index 61fa3c698a49..701a9f49ef2b 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-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 $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/ChangeLog,v 1.13 2013/11/14 22:03:12 mr_bones_ Exp $ + + 14 Nov 2013; Michael Sterrett <mr_bones_@gentoo.org> hoh-bin-1.01.ebuild: + tidy 05 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> hoh-bin-1.01.ebuild: Use QA_PREBUILT, wrt bug #448420 @@ -42,4 +45,3 @@ metadata.xml: initial commit; ebuild based on the one submitted by Felix Riemann via bug 36222 - diff --git a/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild b/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild index 962db1529d71..564f0fc21f3d 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-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.13 2013/01/05 20:22:39 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild,v 1.14 2013/11/14 22:03:12 mr_bones_ Exp $ inherit eutils games @@ -17,7 +17,7 @@ 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=" |