diff options
author | 2004-07-14 01:11:21 +0000 | |
---|---|---|
committer | 2004-07-14 01:11:21 +0000 | |
commit | 17f209b82bf9a4c3647d47ca50c623e7a3608525 (patch) | |
tree | 08d173f9b2318365fb16c8b86bb543c43c57f0df /app-emacs/dictionary | |
parent | remove apache2 from IUSE since it's in the webapp-apache.eclass (and this ebu... (diff) | |
download | gentoo-2-17f209b82bf9a4c3647d47ca50c623e7a3608525.tar.gz gentoo-2-17f209b82bf9a4c3647d47ca50c623e7a3608525.tar.bz2 gentoo-2-17f209b82bf9a4c3647d47ca50c623e7a3608525.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'app-emacs/dictionary')
-rw-r--r-- | app-emacs/dictionary/dictionary-1.8.3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emacs/dictionary/dictionary-1.8.3.ebuild b/app-emacs/dictionary/dictionary-1.8.3.ebuild index 5b948dc345c6..a4b99d5c0323 100644 --- a/app-emacs/dictionary/dictionary-1.8.3.ebuild +++ b/app-emacs/dictionary/dictionary-1.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/dictionary-1.8.3.ebuild,v 1.5 2004/06/24 22:09:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/dictionary-1.8.3.ebuild,v 1.6 2004/07/14 01:06:33 agriffis Exp $ inherit elisp @@ -15,7 +15,6 @@ KEYWORDS="x86" DEPEND="virtual/emacs" -S="${WORKDIR}/${P}" SITEFILE=50dictionary-gentoo.el |