diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-06-16 19:56:51 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-06-16 19:56:51 +0000 |
commit | b86a884122cae5a56f52434156f50c5750672164 (patch) | |
tree | cceac5d0455e2805d7b0e1b1660da43a1fde623a /app-emacs/sml-mode | |
parent | Stable on amd64 wrt bug 180193 (diff) | |
download | gentoo-2-b86a884122cae5a56f52434156f50c5750672164.tar.gz gentoo-2-b86a884122cae5a56f52434156f50c5750672164.tar.bz2 gentoo-2-b86a884122cae5a56f52434156f50c5750672164.zip |
Add RESTRICT=test.
Diffstat (limited to 'app-emacs/sml-mode')
-rw-r--r-- | app-emacs/sml-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/sml-mode/sml-mode-4.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-emacs/sml-mode/ChangeLog b/app-emacs/sml-mode/ChangeLog index 5001955da353..f505801db4ca 100644 --- a/app-emacs/sml-mode/ChangeLog +++ b/app-emacs/sml-mode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/sml-mode # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/ChangeLog,v 1.9 2007/04/22 18:47:05 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/ChangeLog,v 1.10 2007/06/16 19:56:51 ulm Exp $ + + 16 Jun 2007; Ulrich Mueller <ulm@gentoo.org> sml-mode-4.0.ebuild: + Add RESTRICT=test due to some problematic testcases (according to BUGS). 22 Apr 2007; Ulrich Mueller <ulm@gentoo.org> +files/51sml-mode-gentoo.el, sml-mode-4.0.ebuild: diff --git a/app-emacs/sml-mode/sml-mode-4.0.ebuild b/app-emacs/sml-mode/sml-mode-4.0.ebuild index d6ea8784ee86..958461691a4a 100644 --- a/app-emacs/sml-mode/sml-mode-4.0.ebuild +++ b/app-emacs/sml-mode/sml-mode-4.0.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/sml-mode/sml-mode-4.0.ebuild,v 1.2 2007/04/22 18:47:05 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/sml-mode-4.0.ebuild,v 1.3 2007/06/16 19:56:51 ulm Exp $ inherit elisp @@ -12,6 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~alpha ~ppc-macos ~amd64" IUSE="" +RESTRICT="test" SITEFILE=51${PN}-gentoo.el |