diff options
author | 2014-11-15 10:20:11 +0000 | |
---|---|---|
committer | 2014-11-15 10:20:11 +0000 | |
commit | 0294072b1926aa47858b5c74fa4146ee6520e88c (patch) | |
tree | f33480c2cc1335af7c49bf8b2a38df5453d999a3 /app-emacs/dictionary/dictionary-1.10.ebuild | |
parent | Version bump. Specify LICENSE more precisely. (diff) | |
download | gentoo-2-0294072b1926aa47858b5c74fa4146ee6520e88c.tar.gz gentoo-2-0294072b1926aa47858b5c74fa4146ee6520e88c.tar.bz2 gentoo-2-0294072b1926aa47858b5c74fa4146ee6520e88c.zip |
Supress load message in site-init file.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/dictionary/dictionary-1.10.ebuild')
-rw-r--r-- | app-emacs/dictionary/dictionary-1.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/dictionary/dictionary-1.10.ebuild b/app-emacs/dictionary/dictionary-1.10.ebuild index 86eb7ceebad2..de12805f38a6 100644 --- a/app-emacs/dictionary/dictionary-1.10.ebuild +++ b/app-emacs/dictionary/dictionary-1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/dictionary-1.10.ebuild,v 1.4 2014/04/13 16:27:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/dictionary-1.10.ebuild,v 1.5 2014/11/15 10:20:11 ulm Exp $ EAPI=5 @@ -15,5 +15,5 @@ SLOT="0" KEYWORDS="amd64 ppc x86" ELISP_REMOVE="install-package.el lpath.el" -SITEFILE="50${PN}-gentoo-${PV}.el" +SITEFILE="50${PN}-gentoo.el" DOCS="README" |