diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-23 02:45:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-23 02:45:12 +0000 |
commit | ec344f27dad38ec97de7b9bfad85c4ef075f2a26 (patch) | |
tree | 1d1620323bbebe19f60de2e2069b0cee15c74a67 /games-arcade/bub-n-bros | |
parent | and stick in alpha support (diff) | |
download | gentoo-2-ec344f27dad38ec97de7b9bfad85c4ef075f2a26.tar.gz gentoo-2-ec344f27dad38ec97de7b9bfad85c4ef075f2a26.tar.bz2 gentoo-2-ec344f27dad38ec97de7b9bfad85c4ef075f2a26.zip |
ppc KEYWORDS
Diffstat (limited to 'games-arcade/bub-n-bros')
-rw-r--r-- | games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild b/games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild index d2d2f4509ae2..ad9a919ce229 100644 --- a/games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild +++ b/games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild,v 1.4 2004/04/29 19:28:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild,v 1.5 2004/06/23 02:45:12 vapier Exp $ inherit games @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="x86 ~alpha" +KEYWORDS="x86 ppc alpha" IUSE="" DEPEND=">=dev-lang/python-2.2*" @@ -54,11 +54,10 @@ src_install() { } pkg_postinst() { + games_pkg_postinst echo einfo "First you must start a server by running \`bubnbros-server\`." einfo "Afterwards you can start the client by running \`bubnbros\`" einfo "or \`bubnbros-x\`. Note that the X version of the game" einfo "doesn't support sound and music." - - games_pkg_postinst } |