diff options
Diffstat (limited to 'games-strategy/asc')
-rw-r--r-- | games-strategy/asc/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/asc/asc-2.4.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/asc/ChangeLog b/games-strategy/asc/ChangeLog index f7def7cedd01..a3c9eeea1fb7 100644 --- a/games-strategy/asc/ChangeLog +++ b/games-strategy/asc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/asc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.34 2010/02/15 23:30:16 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.35 2010/02/16 01:02:01 dirtyepic Exp $ + + 16 Feb 2010; Ryan Hill <dirtyepic@gentoo.org> asc-2.4.0.0.ebuild: + games gets inherited last. 15 Feb 2010; Ryan Hill <dirtyepic@gentoo.org> asc-2.4.0.0.ebuild: Use wxwidgets.eclass. diff --git a/games-strategy/asc/asc-2.4.0.0.ebuild b/games-strategy/asc/asc-2.4.0.0.ebuild index e2b994c81f97..dd4806de8390 100644 --- a/games-strategy/asc/asc-2.4.0.0.ebuild +++ b/games-strategy/asc/asc-2.4.0.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.4.0.0.ebuild,v 1.3 2010/02/15 23:30:16 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.4.0.0.ebuild,v 1.4 2010/02/16 01:02:01 dirtyepic Exp $ EAPI=2 WX_GTK_VER=2.8 -inherit toolchain-funcs flag-o-matic games wxwidgets +inherit toolchain-funcs flag-o-matic wxwidgets games DESCRIPTION="turn based strategy game designed in the tradition of the Battle Isle series" HOMEPAGE="http://www.asc-hq.org/" |