diff options
author | 2004-06-03 19:21:43 +0000 | |
---|---|---|
committer | 2004-06-03 19:21:43 +0000 | |
commit | 59882e54747909382953e7318941af1ab5c3faab (patch) | |
tree | 58856020d14ce705b9a274e4340796407f65e29a /games-arcade/penguin-command | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-59882e54747909382953e7318941af1ab5c3faab.tar.gz gentoo-2-59882e54747909382953e7318941af1ab5c3faab.tar.bz2 gentoo-2-59882e54747909382953e7318941af1ab5c3faab.zip |
Fix use invocation
Diffstat (limited to 'games-arcade/penguin-command')
-rw-r--r-- | games-arcade/penguin-command/ChangeLog | 6 | ||||
-rw-r--r-- | games-arcade/penguin-command/penguin-command-1.6.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-arcade/penguin-command/ChangeLog b/games-arcade/penguin-command/ChangeLog index a6107836771f..31ee46c1931d 100644 --- a/games-arcade/penguin-command/ChangeLog +++ b/games-arcade/penguin-command/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/penguin-command # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/ChangeLog,v 1.5 2004/05/30 15:44:35 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/ChangeLog,v 1.6 2004/06/03 19:21:43 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> + penguin-command-1.6.6.ebuild: + Fix use invocation 30 May 2004; Gustavo Zacarias <gustavoz@gentoo.org> penguin-command-1.6.6.ebuild: diff --git a/games-arcade/penguin-command/penguin-command-1.6.6.ebuild b/games-arcade/penguin-command/penguin-command-1.6.6.ebuild index 4f0be827a5c6..71910e5ffd21 100644 --- a/games-arcade/penguin-command/penguin-command-1.6.6.ebuild +++ b/games-arcade/penguin-command/penguin-command-1.6.6.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/penguin-command/penguin-command-1.6.6.ebuild,v 1.7 2004/05/30 15:44:35 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.6.ebuild,v 1.8 2004/06/03 19:21:43 agriffis Exp $ inherit games @@ -27,6 +27,6 @@ src_unpack() { src_install() { make install DESTDIR=${D} || die dodoc ChangeLog README NEWS AUTHORS - [ `use nls` ] || rm ${D}/usr/share/man/man6/*.ja.* + use nls || rm ${D}/usr/share/man/man6/*.ja.* prepgamesdirs } |