diff options
author | Markus Meier <maekke@gentoo.org> | 2009-11-20 15:17:59 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-11-20 15:17:59 +0000 |
commit | 672bcea378ee3fa8fe4f7729b0ebff5b62286e3d (patch) | |
tree | 3b505b66743d80aa6ba9aeb5463d296232703ba2 /games-engines | |
parent | x86 stable, bug #288649 (diff) | |
download | gentoo-2-672bcea378ee3fa8fe4f7729b0ebff5b62286e3d.tar.gz gentoo-2-672bcea378ee3fa8fe4f7729b0ebff5b62286e3d.tar.bz2 gentoo-2-672bcea378ee3fa8fe4f7729b0ebff5b62286e3d.zip |
x86 stable, bug #288651
(Portage version: 2.2_rc50/cvs/Linux x86_64)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/qtads/ChangeLog | 5 | ||||
-rw-r--r-- | games-engines/qtads/qtads-1.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-engines/qtads/ChangeLog b/games-engines/qtads/ChangeLog index d12cc5c09909..e00d38af441a 100644 --- a/games-engines/qtads/ChangeLog +++ b/games-engines/qtads/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-engines/qtads # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/ChangeLog,v 1.7 2009/06/30 05:37:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/ChangeLog,v 1.8 2009/11/20 15:17:59 maekke Exp $ + + 20 Nov 2009; Markus Meier <maekke@gentoo.org> qtads-1.9.ebuild: + x86 stable, bug #288651 *qtads-1.9 (30 Jun 2009) diff --git a/games-engines/qtads/qtads-1.9.ebuild b/games-engines/qtads/qtads-1.9.ebuild index 1a0d13758785..f24fbd0d9a71 100644 --- a/games-engines/qtads/qtads-1.9.ebuild +++ b/games-engines/qtads/qtads-1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/qtads-1.9.ebuild,v 1.1 2009/06/30 05:37:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/qtads-1.9.ebuild,v 1.2 2009/11/20 15:17:59 maekke Exp $ EAPI=2 inherit flag-o-matic qt3 games @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/qtads/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" DEPEND="x11-libs/qt:3" |