summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2005-08-21 22:19:16 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2005-08-21 22:19:16 +0000
commit674b4026ea0f8e49b06cccec85f8270a733f94b6 (patch)
tree22dfa905687f5f81283382579db32af433789131 /app-emacs/smtpmail/smtpmail-1.77.ebuild
parentFixed source uri. (diff)
downloadoverlay-674b4026ea0f8e49b06cccec85f8270a733f94b6.tar.gz
overlay-674b4026ea0f8e49b06cccec85f8270a733f94b6.tar.bz2
overlay-674b4026ea0f8e49b06cccec85f8270a733f94b6.zip
Fixed handling of elisp files.
svn path=/; revision=312
Diffstat (limited to 'app-emacs/smtpmail/smtpmail-1.77.ebuild')
-rw-r--r--app-emacs/smtpmail/smtpmail-1.77.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/smtpmail/smtpmail-1.77.ebuild b/app-emacs/smtpmail/smtpmail-1.77.ebuild
index 0d51802..7ef23da 100644
--- a/app-emacs/smtpmail/smtpmail-1.77.ebuild
+++ b/app-emacs/smtpmail/smtpmail-1.77.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://josefsson.org/emacs-rfc2554.html"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="~x86"
DEPEND="virtual/emacs"
@@ -19,6 +19,6 @@ S="${WORKDIR}"
src_unpack() {
cd ${S}
- cp ${FILESDIR}/*.el .
+ cp ${FILESDIR}/{smtpmail,netrc}.el .
}