diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-11-16 00:08:22 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-11-16 00:08:22 +0000 |
commit | 2ff83407f00387c12da50fe5460938a186d0b6be (patch) | |
tree | 5d2b793ad252e6fab458f8b0b1e5c4ba04947b3e | |
parent | amd64 stable, bug 195116 (diff) | |
download | gentoo-2-2ff83407f00387c12da50fe5460938a186d0b6be.tar.gz gentoo-2-2ff83407f00387c12da50fe5460938a186d0b6be.tar.bz2 gentoo-2-2ff83407f00387c12da50fe5460938a186d0b6be.zip |
amd64 stable, bug 195167
(Portage version: 2.1.3.19)
-rw-r--r-- | app-emacs/riece/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/riece/riece-3.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/riece/ChangeLog b/app-emacs/riece/ChangeLog index 3c8ce8538151..d31e2209bff3 100644 --- a/app-emacs/riece/ChangeLog +++ b/app-emacs/riece/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/riece # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/riece/ChangeLog,v 1.56 2007/10/12 06:32:49 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/riece/ChangeLog,v 1.57 2007/11/16 00:08:22 beandog Exp $ + + 16 Nov 2007; Steve Dibb <beandog@gentoo.org> riece-3.1.2.ebuild: + amd64 stable, bug 195167 11 Oct 2007; Tom Gall <tgall@gentoo.org> riece-3.1.2.ebuild: stable on ppc64, bug #195167 diff --git a/app-emacs/riece/riece-3.1.2.ebuild b/app-emacs/riece/riece-3.1.2.ebuild index d121a41c69c7..a26e6583bc22 100644 --- a/app-emacs/riece/riece-3.1.2.ebuild +++ b/app-emacs/riece/riece-3.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/riece/riece-3.1.2.ebuild,v 1.8 2007/10/12 06:32:49 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/riece/riece-3.1.2.ebuild,v 1.9 2007/11/16 00:08:22 beandog Exp $ inherit elisp @@ -10,7 +10,7 @@ SRC_URI="http://savannah.nongnu.org/download/riece/${P}.tar.gz" LICENSE="GPL-2 FDL-1.1" SLOT="0" -KEYWORDS="alpha ~amd64 ppc ppc64 x86" +KEYWORDS="alpha amd64 ppc ppc64 x86" IUSE="" RESTRICT="test" |