diff options
author | Tom Gall <tgall@gentoo.org> | 2004-07-18 03:17:56 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-07-18 03:17:56 +0000 |
commit | 94118669726ec851cb959f59e1112a55c110424b (patch) | |
tree | 7204ec04a7fd1eaa4bd60625a98103659e982842 /app-emacs | |
parent | stable on ppc64 (Manifest recommit) (diff) | |
download | gentoo-2-94118669726ec851cb959f59e1112a55c110424b.tar.gz gentoo-2-94118669726ec851cb959f59e1112a55c110424b.tar.bz2 gentoo-2-94118669726ec851cb959f59e1112a55c110424b.zip |
stable on ppc64, bug #55875
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/riece/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/riece/riece-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/riece/ChangeLog b/app-emacs/riece/ChangeLog index 2b2da00889ff..0e5605b859b7 100644 --- a/app-emacs/riece/ChangeLog +++ b/app-emacs/riece/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/riece # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/riece/ChangeLog,v 1.25 2004/07/11 06:28:49 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/riece/ChangeLog,v 1.26 2004/07/18 03:17:56 tgall Exp $ + + 17 Jul 2004; Tom Gall <tgall@gentoo.org> riece-1.0.1.ebuild: + stable on ppc64, bug #55875 *riece-1.0.1 (11 Jul 2004) diff --git a/app-emacs/riece/riece-1.0.1.ebuild b/app-emacs/riece/riece-1.0.1.ebuild index d4a427c14dd7..e8851c7bb52e 100644 --- a/app-emacs/riece/riece-1.0.1.ebuild +++ b/app-emacs/riece/riece-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/riece/riece-1.0.1.ebuild,v 1.1 2004/07/11 06:28:49 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/riece/riece-1.0.1.ebuild,v 1.2 2004/07/18 03:17:56 tgall Exp $ inherit elisp @@ -12,7 +12,7 @@ SRC_URI="http://wiliki.designflaw.org/riece/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~alpha ~ppc" +KEYWORDS="~x86 ~alpha ~ppc ppc64" DEPEND="virtual/emacs" |