diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-04-12 09:38:24 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-04-12 09:38:24 +0000 |
commit | 6f03d52121d4ea38567bb2248a7c6f56959355ec (patch) | |
tree | 7b97a37e21b7ba885b55371297f668f7f6b8a0de /app-emacs/jam-mode | |
parent | Stable for x86, wrt bug #505526 (diff) | |
download | gentoo-2-6f03d52121d4ea38567bb2248a7c6f56959355ec.tar.gz gentoo-2-6f03d52121d4ea38567bb2248a7c6f56959355ec.tar.bz2 gentoo-2-6f03d52121d4ea38567bb2248a7c6f56959355ec.zip |
Stable for x86, wrt bug #505528
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-emacs/jam-mode')
-rw-r--r-- | app-emacs/jam-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/jam-mode/jam-mode-0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/jam-mode/ChangeLog b/app-emacs/jam-mode/ChangeLog index 71f30004fc0e..76def0de2952 100644 --- a/app-emacs/jam-mode/ChangeLog +++ b/app-emacs/jam-mode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/jam-mode # Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/jam-mode/ChangeLog,v 1.11 2014/04/11 11:39:06 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/jam-mode/ChangeLog,v 1.12 2014/04/12 09:38:24 ago Exp $ + + 12 Apr 2014; Agostino Sarubbo <ago@gentoo.org> jam-mode-0.3.ebuild: + Stable for x86, wrt bug #505528 11 Apr 2014; Chema Alonso <nimiux@gentoo.org> jam-mode-0.3.ebuild: Stable for amd64 wrt bug #505528 diff --git a/app-emacs/jam-mode/jam-mode-0.3.ebuild b/app-emacs/jam-mode/jam-mode-0.3.ebuild index 94c8e011ee97..a1095cdcf279 100644 --- a/app-emacs/jam-mode/jam-mode-0.3.ebuild +++ b/app-emacs/jam-mode/jam-mode-0.3.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/jam-mode/jam-mode-0.3.ebuild,v 1.2 2014/04/11 11:39:06 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/jam-mode/jam-mode-0.3.ebuild,v 1.3 2014/04/12 09:38:24 ago Exp $ EAPI=5 @@ -13,6 +13,6 @@ SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 ~x86" +KEYWORDS="~alpha amd64 x86" SITEFILE="50${PN}-gentoo.el" |