diff options
author | 2008-03-19 23:56:43 +0000 | |
---|---|---|
committer | 2008-03-19 23:56:43 +0000 | |
commit | 9d5b0737bc916dff222b7d95db2f7ab910f4cc57 (patch) | |
tree | 3fadcca3dc7061496aef5be2a53b06d41631e45f /app-emacs | |
parent | Version bump (diff) | |
download | gentoo-2-9d5b0737bc916dff222b7d95db2f7ab910f4cc57.tar.gz gentoo-2-9d5b0737bc916dff222b7d95db2f7ab910f4cc57.tar.bz2 gentoo-2-9d5b0737bc916dff222b7d95db2f7ab910f4cc57.zip |
Add back ~sparc for testing at developer (ulm) request, Bug #213952. Thanks
to Tiago Cunha for testing.
(Portage version: 2.2_pre4)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/tuareg-mode/ChangeLog | 9 | ||||
-rw-r--r-- | app-emacs/tuareg-mode/tuareg-mode-1.45.5.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/app-emacs/tuareg-mode/ChangeLog b/app-emacs/tuareg-mode/ChangeLog index 29c412fca58e..388156c83340 100644 --- a/app-emacs/tuareg-mode/ChangeLog +++ b/app-emacs/tuareg-mode/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/tuareg-mode -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tuareg-mode/ChangeLog,v 1.24 2007/12/04 17:56:54 nixnut Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tuareg-mode/ChangeLog,v 1.25 2008/03/19 23:56:43 fmccor Exp $ + + 19 Mar 2008; Ferris McCormick <fmccor@gentoo.org> + tuareg-mode-1.45.5.ebuild: + Add back ~sparc for testing at developer (ulm) request, Bug #213952. Thanks + to Tiago Cunha for testing. 04 Dec 2007; nixnut <nixnut@gentoo.org> tuareg-mode-1.45.5.ebuild: Stable on ppc wrt bug 201000 diff --git a/app-emacs/tuareg-mode/tuareg-mode-1.45.5.ebuild b/app-emacs/tuareg-mode/tuareg-mode-1.45.5.ebuild index 8b773c4ea5e6..fbcd45d8af2e 100644 --- a/app-emacs/tuareg-mode/tuareg-mode-1.45.5.ebuild +++ b/app-emacs/tuareg-mode/tuareg-mode-1.45.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tuareg-mode/tuareg-mode-1.45.5.ebuild,v 1.4 2007/12/04 17:56:54 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tuareg-mode/tuareg-mode-1.45.5.ebuild,v 1.5 2008/03/19 23:56:43 fmccor Exp $ inherit elisp @@ -10,7 +10,7 @@ SRC_URI="http://www-rocq.inria.fr/~acohen/tuareg/mode/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 ppc ~sparc x86" IUSE="" SITEFILE=50${PN}-gentoo.el |