diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-05-25 21:38:03 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-05-25 21:38:03 +0000 |
commit | 073a4974fed052770863b591fc2aa53fdcbeadf1 (patch) | |
tree | 272a6ec035f69320be618dd48cd55f48d7fbaacb /games-roguelike/angband | |
parent | stable amd64, bug 320299 (diff) | |
download | gentoo-2-073a4974fed052770863b591fc2aa53fdcbeadf1.tar.gz gentoo-2-073a4974fed052770863b591fc2aa53fdcbeadf1.tar.bz2 gentoo-2-073a4974fed052770863b591fc2aa53fdcbeadf1.zip |
stable amd64, bug 318527
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'games-roguelike/angband')
-rw-r--r-- | games-roguelike/angband/ChangeLog | 5 | ||||
-rw-r--r-- | games-roguelike/angband/angband-3.1.2_p2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-roguelike/angband/ChangeLog b/games-roguelike/angband/ChangeLog index ffba59890ebf..12fc0cc27d39 100644 --- a/games-roguelike/angband/ChangeLog +++ b/games-roguelike/angband/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-roguelike/angband # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v 1.31 2010/05/09 18:43:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v 1.32 2010/05/25 21:38:03 pacho Exp $ + + 25 May 2010; Pacho Ramos <pacho@gentoo.org> angband-3.1.2_p2.ebuild: + stable amd64, bug 318527 09 May 2010; Raúl Porcel <armin76@gentoo.org> angband-3.1.2_p2.ebuild: Drop sparc keyword diff --git a/games-roguelike/angband/angband-3.1.2_p2.ebuild b/games-roguelike/angband/angband-3.1.2_p2.ebuild index 550b3b1e2b3c..c856c9064b6c 100644 --- a/games-roguelike/angband/angband-3.1.2_p2.ebuild +++ b/games-roguelike/angband/angband-3.1.2_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.1.2_p2.ebuild,v 1.3 2010/05/09 18:43:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.1.2_p2.ebuild,v 1.4 2010/05/25 21:38:03 pacho Exp $ EAPI=2 inherit eutils versionator games @@ -14,7 +14,7 @@ SRC_URI="http://rephial.org/downloads/${MAJOR_PV}/${MY_P}-src.tar.gz" LICENSE="Moria" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="gtk ncurses sdl +sound X" RDEPEND="gtk? ( gnome-base/libglade |