diff options
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/cedet/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/cedet/cedet-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/cedet/ChangeLog b/app-emacs/cedet/ChangeLog index 2657cd90ae36..aa2ab2d20ca2 100644 --- a/app-emacs/cedet/ChangeLog +++ b/app-emacs/cedet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/cedet # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/ChangeLog,v 1.57 2010/09/27 16:26:01 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/ChangeLog,v 1.58 2010/10/06 19:49:13 maekke Exp $ + + 06 Oct 2010; Markus Meier <maekke@gentoo.org> cedet-1.0.ebuild: + x86 stable, bug #338525 27 Sep 2010; Markos Chandras <hwoarang@gentoo.org> cedet-1.0.ebuild: Stable on amd64 wrt bug #338525 diff --git a/app-emacs/cedet/cedet-1.0.ebuild b/app-emacs/cedet/cedet-1.0.ebuild index ca6bbb82c31e..068e8de0b6c2 100644 --- a/app-emacs/cedet/cedet-1.0.ebuild +++ b/app-emacs/cedet/cedet-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/cedet-1.0.ebuild,v 1.2 2010/09/27 16:26:01 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/cedet-1.0.ebuild,v 1.3 2010/10/06 19:49:13 maekke Exp $ NEED_EMACS=22 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/cedet/${MY_P}.tar.gz" LICENSE="GPL-2 FDL-1.2" SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris" +KEYWORDS="amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris" IUSE="" DEPEND="" |