diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 21:08:25 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 21:08:25 +0000 |
commit | 1ffedd6c80da2c3b34214db8eb7759cfffbc537e (patch) | |
tree | c1931e80d30941e9f2c341ca43cd88c66d9197cc /games-rpg | |
parent | Finally killed eclipse-sdk-bin (diff) | |
download | gentoo-2-1ffedd6c80da2c3b34214db8eb7759cfffbc537e.tar.gz gentoo-2-1ffedd6c80da2c3b34214db8eb7759cfffbc537e.tar.bz2 gentoo-2-1ffedd6c80da2c3b34214db8eb7759cfffbc537e.zip |
Fix use invocation
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/nwn/ChangeLog | 5 | ||||
-rw-r--r-- | games-rpg/nwn/nwn-1.62.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-rpg/nwn/ChangeLog b/games-rpg/nwn/ChangeLog index f49aad370b42..b0a9b519af86 100644 --- a/games-rpg/nwn/ChangeLog +++ b/games-rpg/nwn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-rpg/nwn # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/ChangeLog,v 1.13 2004/05/24 18:08:26 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/ChangeLog,v 1.14 2004/06/03 21:04:07 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> nwn-1.62.ebuild: + Fix use invocation 24 May 2004; Chris Gianelloni <wolf31o2@gentoo.org> nwn-1.62.ebuild: Fixed typo and closing bug #50809. diff --git a/games-rpg/nwn/nwn-1.62.ebuild b/games-rpg/nwn/nwn-1.62.ebuild index f8e7224f46fb..9a1b80cac86d 100644 --- a/games-rpg/nwn/nwn-1.62.ebuild +++ b/games-rpg/nwn/nwn-1.62.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-rpg/nwn/nwn-1.62.ebuild,v 1.6 2004/05/24 18:08:26 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.62.ebuild,v 1.7 2004/06/03 21:04:07 agriffis Exp $ inherit games @@ -51,7 +51,7 @@ src_install() { pkg_postinst() { games_pkg_postinst - if [ ! `use nowin` ] ; then + if ! use nowin ; then einfo "The NWN linux client is now installed." einfo "Proceed with the following steps in order to get it working:" einfo "1) Copy the following directories/files from your installed and" |