diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-03-29 18:03:26 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-03-29 18:03:26 +0000 |
commit | 7b52e564aa5ae8a0b4f13ce588b6ad97084e67c5 (patch) | |
tree | 4412cc1e416bc8f716ffe7c8ba8d5217e0df1a1d /app-emacs | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-7b52e564aa5ae8a0b4f13ce588b6ad97084e67c5.tar.gz gentoo-2-7b52e564aa5ae8a0b4f13ce588b6ad97084e67c5.tar.bz2 gentoo-2-7b52e564aa5ae8a0b4f13ce588b6ad97084e67c5.zip |
Stable for amd64 wrt bug #505060
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/dictionary/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/dictionary/dictionary-1.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/dictionary/ChangeLog b/app-emacs/dictionary/ChangeLog index d94233463cc5..a5f9a344697b 100644 --- a/app-emacs/dictionary/ChangeLog +++ b/app-emacs/dictionary/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/dictionary # Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/ChangeLog,v 1.14 2014/02/18 23:30:12 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/ChangeLog,v 1.15 2014/03/29 18:03:26 nimiux Exp $ + + 29 Mar 2014; Chema Alonso <nimiux@gentoo.org> dictionary-1.10.ebuild: + Stable for amd64 wrt bug #505060 *dictionary-1.10 (18 Feb 2014) diff --git a/app-emacs/dictionary/dictionary-1.10.ebuild b/app-emacs/dictionary/dictionary-1.10.ebuild index 2571f37d5fd1..1b8a2978b42d 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.1 2014/02/18 23:30:12 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/dictionary-1.10.ebuild,v 1.2 2014/03/29 18:03:26 nimiux Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://www.myrkr.in-berlin.de/${PN}/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" ELISP_REMOVE="install-package.el lpath.el" SITEFILE="50${PN}-gentoo-${PV}.el" |