diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 11:01:38 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 11:01:38 +0000 |
commit | 571ff38dc374e6a243970270d6d46c056b38e211 (patch) | |
tree | 013bfc4ab94fe651087037943458227747418e9f /app-emacs/chess | |
parent | stable amd64 (diff) | |
download | gentoo-2-571ff38dc374e6a243970270d6d46c056b38e211.tar.gz gentoo-2-571ff38dc374e6a243970270d6d46c056b38e211.tar.bz2 gentoo-2-571ff38dc374e6a243970270d6d46c056b38e211.zip |
Stable on ppc.
(Portage version: 2.0.51.20)
Diffstat (limited to 'app-emacs/chess')
-rw-r--r-- | app-emacs/chess/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/chess/chess-2.0_beta3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emacs/chess/ChangeLog b/app-emacs/chess/ChangeLog index bd694884943f..21ce3f3a9fef 100644 --- a/app-emacs/chess/ChangeLog +++ b/app-emacs/chess/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/chess # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/chess/ChangeLog,v 1.6 2005/01/01 13:40:58 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/chess/ChangeLog,v 1.7 2005/04/24 11:00:15 hansmi Exp $ + + 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> + chess-2.0_beta3.ebuild: + Stable on ppc. 03 Sep 2004; David Holm <dholm@gentoo.org> chess-2.0_beta3.ebuild: Added to ~ppc. diff --git a/app-emacs/chess/chess-2.0_beta3.ebuild b/app-emacs/chess/chess-2.0_beta3.ebuild index 6a0a77737d19..a33d3f4ff5bb 100644 --- a/app-emacs/chess/chess-2.0_beta3.ebuild +++ b/app-emacs/chess/chess-2.0_beta3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/chess/chess-2.0_beta3.ebuild,v 1.8 2005/01/01 13:40:58 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/chess/chess-2.0_beta3.ebuild,v 1.9 2005/04/24 11:00:15 hansmi Exp $ inherit elisp @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/emacs-chess/${P/_beta/b}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ppc" IUSE="" DEPEND="virtual/emacs" |