diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-08-14 20:25:10 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-08-14 20:25:10 +0000 |
commit | eaec77d9be6eac33ee02c72da1a92534a1c1eec9 (patch) | |
tree | ef125654dc969c657941a6908c9b8346fa39df3e /app-emacs/cedet | |
parent | Stable ppc, bug #431120 (diff) | |
download | gentoo-2-eaec77d9be6eac33ee02c72da1a92534a1c1eec9.tar.gz gentoo-2-eaec77d9be6eac33ee02c72da1a92534a1c1eec9.tar.bz2 gentoo-2-eaec77d9be6eac33ee02c72da1a92534a1c1eec9.zip |
Stable ppc, bug #431378
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs/cedet')
-rw-r--r-- | app-emacs/cedet/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/cedet/cedet-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/cedet/ChangeLog b/app-emacs/cedet/ChangeLog index ccae0528751f..b4844467db53 100644 --- a/app-emacs/cedet/ChangeLog +++ b/app-emacs/cedet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/cedet # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/ChangeLog,v 1.75 2012/06/20 22:52:02 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/ChangeLog,v 1.76 2012/08/14 20:25:10 blueness Exp $ + + 14 Aug 2012; Anthony G. Basile <blueness@gentoo.org> cedet-1.1.ebuild: + Stable ppc, bug #431378 20 Jun 2012; Ulrich Müller <ulm@gentoo.org> cedet-1.1.ebuild: When installing, ignore *.pt files produced by tests. Bug 422697. diff --git a/app-emacs/cedet/cedet-1.1.ebuild b/app-emacs/cedet/cedet-1.1.ebuild index cb7d718483a4..2775f3f1a7e5 100644 --- a/app-emacs/cedet/cedet-1.1.ebuild +++ b/app-emacs/cedet/cedet-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/cedet-1.1.ebuild,v 1.2 2012/06/20 22:52:02 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/cedet-1.1.ebuild,v 1.3 2012/08/14 20:25:10 blueness Exp $ EAPI=4 NEED_EMACS=22 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/cedet/${MY_P}.tar.gz" LICENSE="GPL-3 FDL-1.2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris" +KEYWORDS="~amd64 ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris" IUSE="" S="${WORKDIR}/${MY_P}" |