diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-04-25 14:36:42 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-04-25 14:36:42 +0000 |
commit | c0c9758d54d1394577c8d24794cfa071d246daae (patch) | |
tree | 25255e7d0033e568cbab4da1f96b0b28260932db /app-emacs/mell/mell-1.0.0.ebuild | |
parent | Added ~alpha keyword. Removed old ebuild. (Manifest recommit) (diff) | |
download | gentoo-2-c0c9758d54d1394577c8d24794cfa071d246daae.tar.gz gentoo-2-c0c9758d54d1394577c8d24794cfa071d246daae.tar.bz2 gentoo-2-c0c9758d54d1394577c8d24794cfa071d246daae.zip |
Added ~alpha keyword. Don't assign default to S
Diffstat (limited to 'app-emacs/mell/mell-1.0.0.ebuild')
-rw-r--r-- | app-emacs/mell/mell-1.0.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-emacs/mell/mell-1.0.0.ebuild b/app-emacs/mell/mell-1.0.0.ebuild index acd42db45644..6e821ff096d8 100644 --- a/app-emacs/mell/mell-1.0.0.ebuild +++ b/app-emacs/mell/mell-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/mell/mell-1.0.0.ebuild,v 1.3 2004/03/01 12:29:20 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/mell/mell-1.0.0.ebuild,v 1.4 2004/04/25 14:36:42 usata Exp $ inherit elisp @@ -11,9 +11,8 @@ HOMEPAGE="http://taiyaki.org/elisp/mell/" SRC_URI="http://taiyaki.org/elisp/mell/src/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ~alpha ~ppc" SLOT="0" -S="${WORKDIR}/${P}" DEPEND="virtual/emacs" |