diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-02 08:00:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-02 08:00:00 +0000 |
commit | 50248c8b0f72a931f1d1375cae4cfd9022e23384 (patch) | |
tree | b78a8f86caab27f1ae2ab740a237273943818a27 /games-roguelike/angband | |
parent | needs zlib (diff) | |
download | historical-50248c8b0f72a931f1d1375cae4cfd9022e23384.tar.gz historical-50248c8b0f72a931f1d1375cae4cfd9022e23384.tar.bz2 historical-50248c8b0f72a931f1d1375cae4cfd9022e23384.zip |
LICENSE fix #36958
Diffstat (limited to 'games-roguelike/angband')
-rw-r--r-- | games-roguelike/angband/angband-3.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-roguelike/angband/angband-3.0.3.ebuild b/games-roguelike/angband/angband-3.0.3.ebuild index 9e26f92222c7..2626d310c41c 100644 --- a/games-roguelike/angband/angband-3.0.3.ebuild +++ b/games-roguelike/angband/angband-3.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.0.3.ebuild,v 1.1 2003/09/10 04:59:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.0.3.ebuild,v 1.2 2004/01/02 07:59:43 vapier Exp $ inherit games @@ -8,7 +8,7 @@ DESCRIPTION="A Roguelike adventure game" HOMEPAGE="http://thangorodrim.net/" SRC_URI="ftp://clockwork.dementia.org/${PN}/Source/${P}.tar.gz" -LICENSE="Moria | GPL-2" +LICENSE="Moria" SLOT="0" KEYWORDS="x86 ppc" IUSE="X" |