diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-21 20:19:09 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-21 20:19:09 +0000 |
commit | 46a14c7e643d4afc1ac6b896b0ac5ab60c435217 (patch) | |
tree | 72762039fb2290050f3bca24c696dca2bda4cc00 /games-action | |
parent | New ebuild, postgresql bindings for ocaml. (diff) | |
download | gentoo-2-46a14c7e643d4afc1ac6b896b0ac5ab60c435217.tar.gz gentoo-2-46a14c7e643d4afc1ac6b896b0ac5ab60c435217.tar.bz2 gentoo-2-46a14c7e643d4afc1ac6b896b0ac5ab60c435217.zip |
Changed check_license to explicitly list license to check.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/mutantstorm-demo/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-action/mutantstorm-demo/ChangeLog b/games-action/mutantstorm-demo/ChangeLog index 486dca899d96..5188393bbd84 100644 --- a/games-action/mutantstorm-demo/ChangeLog +++ b/games-action/mutantstorm-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/mutantstorm-demo # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v 1.5 2005/06/29 13:16:56 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v 1.6 2005/09/21 20:19:09 wolf31o2 Exp $ + + 21 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> + mutantstorm-demo-1.33.ebuild: + Changed check_license to explicitly list license to check. 29 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> mutantstorm-demo-1.33.ebuild: diff --git a/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild b/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild index fde712bff727..d3d4b3831846 100644 --- a/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild +++ b/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.3 2005/06/29 13:16:56 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.4 2005/09/21 20:19:09 wolf31o2 Exp $ inherit games eutils @@ -23,7 +23,7 @@ RDEPEND="virtual/opengl app-emulation/emul-linux-x86-sdl )" pkg_setup() { - check_license + check_license POMPOM games_pkg_setup } |