diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-21 20:34:16 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-21 20:34:16 +0000 |
commit | 02679a5704b375efdaefb7f8b15cf2c80120326e (patch) | |
tree | 9760834fc3c9ff59fa20474c6d7741e4bf7b4f4f /games-arcade/thinktanksdemo/thinktanksdemo-1.1.ebuild | |
parent | stable on x86 (diff) | |
download | gentoo-2-02679a5704b375efdaefb7f8b15cf2c80120326e.tar.gz gentoo-2-02679a5704b375efdaefb7f8b15cf2c80120326e.tar.bz2 gentoo-2-02679a5704b375efdaefb7f8b15cf2c80120326e.zip |
Changed check_license to explicitly list license to check.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'games-arcade/thinktanksdemo/thinktanksdemo-1.1.ebuild')
-rw-r--r-- | games-arcade/thinktanksdemo/thinktanksdemo-1.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-arcade/thinktanksdemo/thinktanksdemo-1.1.ebuild b/games-arcade/thinktanksdemo/thinktanksdemo-1.1.ebuild index 2e1f5752c570..d59047ce3007 100644 --- a/games-arcade/thinktanksdemo/thinktanksdemo-1.1.ebuild +++ b/games-arcade/thinktanksdemo/thinktanksdemo-1.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanksdemo/thinktanksdemo-1.1.ebuild,v 1.5 2004/06/24 22:12:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanksdemo/thinktanksdemo-1.1.ebuild,v 1.6 2005/09/21 20:30:00 wolf31o2 Exp $ -inherit games eutils +inherit eutils games DESCRIPTION="tank combat game with lighthearted, fast paced pandemonium" HOMEPAGE="http://garagegames.com/pg/product/view.php?id=12" @@ -18,7 +18,7 @@ DEPEND="" S=${WORKDIR} pkg_setup() { - check_license + check_license THINKTANKS games_pkg_setup } |