diff options
author | 2005-09-21 20:55:07 +0000 | |
---|---|---|
committer | 2005-09-21 20:55:07 +0000 | |
commit | 3db3d4dba0a2acf84d5078bb591e3b572d435397 (patch) | |
tree | 3f6cd365859470b6cebe745ac7cf57723bbf8ddd /games-simulation | |
parent | Changed check_license to explicitly list license to check. Added x86 to 3355... (diff) | |
download | gentoo-2-3db3d4dba0a2acf84d5078bb591e3b572d435397.tar.gz gentoo-2-3db3d4dba0a2acf84d5078bb591e3b572d435397.tar.bz2 gentoo-2-3db3d4dba0a2acf84d5078bb591e3b572d435397.zip |
Changed check_license to explicitly list license to check.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/bcsdemo/ChangeLog | 7 | ||||
-rw-r--r-- | games-simulation/bcsdemo/bcsdemo-1.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-simulation/bcsdemo/ChangeLog b/games-simulation/bcsdemo/ChangeLog index afffbc2dd1cc..41f7299bbf73 100644 --- a/games-simulation/bcsdemo/ChangeLog +++ b/games-simulation/bcsdemo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/bcsdemo -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcsdemo/ChangeLog,v 1.2 2004/06/24 23:21:53 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcsdemo/ChangeLog,v 1.3 2005/09/21 20:53:23 wolf31o2 Exp $ + + 21 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> bcsdemo-1.3.ebuild: + Changed check_license to explicitly list license to check. *bcsdemo-1.3 (07 Oct 2003) diff --git a/games-simulation/bcsdemo/bcsdemo-1.3.ebuild b/games-simulation/bcsdemo/bcsdemo-1.3.ebuild index a1ef634ac670..9e50cb3fa5a5 100644 --- a/games-simulation/bcsdemo/bcsdemo-1.3.ebuild +++ b/games-simulation/bcsdemo/bcsdemo-1.3.ebuild @@ -1,6 +1,6 @@ -# 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-simulation/bcsdemo/bcsdemo-1.3.ebuild,v 1.4 2004/06/24 23:21:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcsdemo/bcsdemo-1.3.ebuild,v 1.5 2005/09/21 20:53:23 wolf31o2 Exp $ inherit games eutils @@ -18,7 +18,7 @@ RDEPEND="media-libs/openal" S=${WORKDIR} pkg_setup() { - check_license + check_license BCS games_pkg_setup } |