diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-04 20:17:57 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-04 20:17:57 +0000 |
commit | e050ed306ec582a0bddabc26200f6ab2b6a4ab12 (patch) | |
tree | 94c76a3991b4731bf440b5ff15b8bad3fb2008b8 | |
parent | Add ~mips keyword. (diff) | |
download | gentoo-2-e050ed306ec582a0bddabc26200f6ab2b6a4ab12.tar.gz gentoo-2-e050ed306ec582a0bddabc26200f6ab2b6a4ab12.tar.bz2 gentoo-2-e050ed306ec582a0bddabc26200f6ab2b6a4ab12.zip |
Stable for x86, wrt bug #501230
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
-rw-r--r-- | app-emacs/quilt-el/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/quilt-el/quilt-el-0.48.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/quilt-el/ChangeLog b/app-emacs/quilt-el/ChangeLog index 66c865ec87fc..c4e96eec8959 100644 --- a/app-emacs/quilt-el/ChangeLog +++ b/app-emacs/quilt-el/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/quilt-el # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.21 2014/03/02 22:44:56 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.22 2014/03/04 20:17:57 ago Exp $ + + 04 Mar 2014; Agostino Sarubbo <ago@gentoo.org> quilt-el-0.48.0.ebuild: + Stable for x86, wrt bug #501230 02 Mar 2014; Pacho Ramos <pacho@gentoo.org> quilt-el-0.48.0.ebuild: amd64 stable, bug #501230 diff --git a/app-emacs/quilt-el/quilt-el-0.48.0.ebuild b/app-emacs/quilt-el/quilt-el-0.48.0.ebuild index 4748098fac27..a5a5db78b8ce 100644 --- a/app-emacs/quilt-el/quilt-el-0.48.0.ebuild +++ b/app-emacs/quilt-el/quilt-el-0.48.0.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/quilt-el/quilt-el-0.48.0.ebuild,v 1.3 2014/03/02 22:44:56 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/quilt-el-0.48.0.ebuild,v 1.4 2014/03/04 20:17:57 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://satoru-takeuchi.org/dev/${PN}/download/${P}.tar.gz" LICENSE="GPL-1+" SLOT="0" -KEYWORDS="amd64 arm ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 arm ~ppc ~ppc64 ~sparc x86" RDEPEND="dev-util/quilt" |