diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-07-29 02:11:58 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-07-29 02:11:58 +0000 |
commit | 2eac63c9981941eb2f6191b62676371ba19debac (patch) | |
tree | bd49de4e812e9a881010558d59696cbb9869759b /app-emacs/apel/apel-10.6.ebuild | |
parent | Initial Release. (diff) | |
download | gentoo-2-2eac63c9981941eb2f6191b62676371ba19debac.tar.gz gentoo-2-2eac63c9981941eb2f6191b62676371ba19debac.tar.bz2 gentoo-2-2eac63c9981941eb2f6191b62676371ba19debac.zip |
marked x86 and alpha stable
Diffstat (limited to 'app-emacs/apel/apel-10.6.ebuild')
-rw-r--r-- | app-emacs/apel/apel-10.6.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-emacs/apel/apel-10.6.ebuild b/app-emacs/apel/apel-10.6.ebuild index 90e38ce9b2d8..88ab8904865f 100644 --- a/app-emacs/apel/apel-10.6.ebuild +++ b/app-emacs/apel/apel-10.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/apel-10.6.ebuild,v 1.1 2003/07/12 15:11:56 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/apel-10.6.ebuild,v 1.2 2003/07/29 02:09:24 usata Exp $ inherit elisp @@ -12,10 +12,9 @@ SRC_URI="ftp://ftp.jpl.org/pub/elisp/apel/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~alpha ~sparc ~ppc" +KEYWORDS="x86 alpha ~sparc ~ppc" DEPEND="virtual/emacs" -RDEPEND="${DEPEND}" S="${WORKDIR}/${P}" |