diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 01:07:52 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 01:07:52 +0000 |
commit | 520d6d49802880b37b87a44d7f99032f159640c8 (patch) | |
tree | 269d4cca8c9302af8e315723bca1abd6a8c8e7c1 /app-emacs/dictionary | |
parent | don't dep on arch for gnuconfig_update (diff) | |
download | historical-520d6d49802880b37b87a44d7f99032f159640c8.tar.gz historical-520d6d49802880b37b87a44d7f99032f159640c8.tar.bz2 historical-520d6d49802880b37b87a44d7f99032f159640c8.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 |