diff options
author | Jason Wever <weeve@gentoo.org> | 2004-06-19 21:50:29 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-06-19 21:50:29 +0000 |
commit | 2ff5c874ae441d7dabe73e7c529767161dc82e69 (patch) | |
tree | 5ba71614922afe7e7c0253a3c146b48b02d95985 /app-emacs | |
parent | tidy up (Manifest recommit) (diff) | |
download | gentoo-2-2ff5c874ae441d7dabe73e7c529767161dc82e69.tar.gz gentoo-2-2ff5c874ae441d7dabe73e7c529767161dc82e69.tar.bz2 gentoo-2-2ff5c874ae441d7dabe73e7c529767161dc82e69.zip |
Stable on sparc.
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/matlab/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/matlab/matlab-2.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/matlab/ChangeLog b/app-emacs/matlab/ChangeLog index a2659d2b4d18..12ffea55d7ce 100644 --- a/app-emacs/matlab/ChangeLog +++ b/app-emacs/matlab/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/matlab # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/ChangeLog,v 1.3 2004/05/11 04:17:34 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/ChangeLog,v 1.4 2004/06/19 21:50:28 weeve Exp $ + + 19 Jun 2004; Jason Wever <weeve@gentoo.org> matlab-2.2.3.ebuild: + Stable on sparc. 10 May 2004; Jason Wever <weeve@gentoo.org> matlab-2.2.3.ebuild: Added ~sparc keyword to help resolve bug #50695. diff --git a/app-emacs/matlab/matlab-2.2.3.ebuild b/app-emacs/matlab/matlab-2.2.3.ebuild index ea6d43d8733f..c7b874b2e2be 100644 --- a/app-emacs/matlab/matlab-2.2.3.ebuild +++ b/app-emacs/matlab/matlab-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/matlab-2.2.3.ebuild,v 1.5 2004/06/15 08:40:57 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/matlab-2.2.3.ebuild,v 1.6 2004/06/19 21:50:29 weeve Exp $ inherit elisp @@ -11,7 +11,7 @@ HOMEPAGE="ftp://ftp.mathworks.com/pub/contrib/emacs_add_ons/" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~sparc" +KEYWORDS="x86 sparc" DEPEND="virtual/emacs" |