diff options
author | 2007-05-15 09:30:26 +0000 | |
---|---|---|
committer | 2007-05-15 09:30:26 +0000 | |
commit | 7f63479d0e44aaa468833cdb3f0db60f5456287a (patch) | |
tree | b1062e98582eff535a7912ff9bae8c72c13d6728 /app-editors/emacs-cvs/emacs-cvs-22.1.50.ebuild | |
parent | add herd:no-herd (diff) | |
download | gentoo-2-7f63479d0e44aaa468833cdb3f0db60f5456287a.tar.gz gentoo-2-7f63479d0e44aaa468833cdb3f0db60f5456287a.tar.bz2 gentoo-2-7f63479d0e44aaa468833cdb3f0db60f5456287a.zip |
Add ~ppc keywording, tested on a PowerBook 5,9 with GCC 4.1.2; as requested by Opfer.
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-editors/emacs-cvs/emacs-cvs-22.1.50.ebuild')
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-22.1.50.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/emacs-cvs/emacs-cvs-22.1.50.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.1.50.ebuild index aa0c41d8d95a..cfd1387eb527 100644 --- a/app-editors/emacs-cvs/emacs-cvs-22.1.50.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-22.1.50.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-editors/emacs-cvs/emacs-cvs-22.1.50.ebuild,v 1.3 2007/05/13 19:57:01 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50.ebuild,v 1.4 2007/05/15 09:30:26 chainsaw Exp $ ECVS_AUTH="pserver" ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs" @@ -47,7 +47,7 @@ PROVIDE="virtual/emacs virtual/editor" SLOT="22" LICENSE="GPL-2 FDL-1.2" -KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc64 ~sparc ~x86 ~ppc" S="${WORKDIR}/${ECVS_LOCALNAME}" EMACS_SUFFIX="emacs-${SLOT}-cvs" |