diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-11-25 00:21:43 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-11-25 00:21:43 +0000 |
commit | 9e7b41a20108631d4d24a38ee097419060006387 (patch) | |
tree | a2a0df7ce6645a50b729e8969add1990bfc024d0 /kde-base/katomic | |
parent | Add multilib fix and mark ~amd64. (diff) | |
download | gentoo-2-9e7b41a20108631d4d24a38ee097419060006387.tar.gz gentoo-2-9e7b41a20108631d4d24a38ee097419060006387.tar.bz2 gentoo-2-9e7b41a20108631d4d24a38ee097419060006387.zip |
Stable on amd64, bug 112842.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'kde-base/katomic')
-rw-r--r-- | kde-base/katomic/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/katomic/katomic-3.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/katomic/ChangeLog b/kde-base/katomic/ChangeLog index f00f6e12febe..5d6d64e18f05 100644 --- a/kde-base/katomic/ChangeLog +++ b/kde-base/katomic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/katomic # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/katomic/ChangeLog,v 1.25 2005/11/24 22:01:50 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/katomic/ChangeLog,v 1.26 2005/11/25 00:18:36 cryos Exp $ + + 25 Nov 2005; Marcus D. Hanwell <cryos@gentoo.org> katomic-3.4.3.ebuild: + Stable on amd64, bug 112842. 24 Nov 2005; Markus Rothe <corsair@gentoo.org> katomic-3.4.3.ebuild: Stable on ppc64 diff --git a/kde-base/katomic/katomic-3.4.3.ebuild b/kde-base/katomic/katomic-3.4.3.ebuild index cc971291bd71..ceaafc1091ae 100644 --- a/kde-base/katomic/katomic-3.4.3.ebuild +++ b/kde-base/katomic/katomic-3.4.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/katomic/katomic-3.4.3.ebuild,v 1.3 2005/11/24 22:01:50 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/katomic/katomic-3.4.3.ebuild,v 1.4 2005/11/25 00:18:36 cryos Exp $ KMNAME=kdegames MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta DESCRIPTION="KDE Atomic Entertainment Game" -KEYWORDS="~alpha ~amd64 ~ppc ppc64 sparc ~x86" +KEYWORDS="~alpha amd64 ~ppc ppc64 sparc ~x86" IUSE="" DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdegames)" OLDDEPEND="~kde-base/libkdegames-$PV" |