diff options
author | Joseph Jezak <josejx@gentoo.org> | 2005-10-24 15:01:14 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2005-10-24 15:01:14 +0000 |
commit | a38769cf3857a3498dd3ef3996118494694d5810 (patch) | |
tree | d860ae026a0b3de22648965162cd3ea01486343b /app-emacs/http-emacs | |
parent | merge with upstream (diff) | |
download | gentoo-2-a38769cf3857a3498dd3ef3996118494694d5810.tar.gz gentoo-2-a38769cf3857a3498dd3ef3996118494694d5810.tar.bz2 gentoo-2-a38769cf3857a3498dd3ef3996118494694d5810.zip |
Marked ~ppc.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'app-emacs/http-emacs')
-rw-r--r-- | app-emacs/http-emacs/http-emacs-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/http-emacs/http-emacs-1.1.ebuild b/app-emacs/http-emacs/http-emacs-1.1.ebuild index 8109a310becd..a7d7af7b9b1d 100644 --- a/app-emacs/http-emacs/http-emacs-1.1.ebuild +++ b/app-emacs/http-emacs/http-emacs-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/http-emacs/http-emacs-1.1.ebuild,v 1.7 2005/09/09 15:59:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/http-emacs/http-emacs-1.1.ebuild,v 1.8 2005/10/24 15:01:14 josejx Exp $ inherit elisp @@ -9,7 +9,7 @@ HOMEPAGE="http://emacswiki.org/cgi-bin/wiki.pl?SimpleWikiEditMode" SRC_URI="http://savannah.nongnu.org/download/http-emacs/http-emacs.pkg/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~ppc-macos x86" +KEYWORDS="alpha ~amd64 ~ppc ~ppc-macos x86" IUSE="" S=${WORKDIR}/${PN} |