diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-04-19 11:58:27 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-04-19 11:58:27 +0000 |
commit | ec8e6e2f0609126b10dc79900989e3e9c57bcfd7 (patch) | |
tree | 16194dfb8768939d2502b12088ae5552f8f18bdf /app-emacs/rfcview | |
parent | Stable for alpha, wrt bug #505340 (diff) | |
download | gentoo-2-ec8e6e2f0609126b10dc79900989e3e9c57bcfd7.tar.gz gentoo-2-ec8e6e2f0609126b10dc79900989e3e9c57bcfd7.tar.bz2 gentoo-2-ec8e6e2f0609126b10dc79900989e3e9c57bcfd7.zip |
Stable for alpha, wrt bug #505456
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-emacs/rfcview')
-rw-r--r-- | app-emacs/rfcview/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/rfcview/rfcview-0.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/rfcview/ChangeLog b/app-emacs/rfcview/ChangeLog index 02ff55804229..65efc238650a 100644 --- a/app-emacs/rfcview/ChangeLog +++ b/app-emacs/rfcview/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/rfcview # Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/rfcview/ChangeLog,v 1.12 2014/03/24 14:57:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/rfcview/ChangeLog,v 1.13 2014/04/19 11:58:27 ago Exp $ + + 19 Apr 2014; Agostino Sarubbo <ago@gentoo.org> rfcview-0.13.ebuild: + Stable for alpha, wrt bug #505456 24 Mar 2014; Agostino Sarubbo <ago@gentoo.org> rfcview-0.13.ebuild: Stable for x86, wrt bug #505456 diff --git a/app-emacs/rfcview/rfcview-0.13.ebuild b/app-emacs/rfcview/rfcview-0.13.ebuild index c98f60414b9b..778dc70a6f63 100644 --- a/app-emacs/rfcview/rfcview-0.13.ebuild +++ b/app-emacs/rfcview/rfcview-0.13.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/rfcview/rfcview-0.13.ebuild,v 1.3 2014/03/24 14:57:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/rfcview/rfcview-0.13.ebuild,v 1.4 2014/04/19 11:58:27 ago Exp $ EAPI=5 @@ -14,6 +14,6 @@ SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~alpha amd64 x86" +KEYWORDS="alpha amd64 x86" SITEFILE="50${PN}-gentoo.el" |