diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-05 15:17:26 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-05 15:17:26 +0000 |
commit | da766e7cc469932ca88e5a344ddfa4c1c71d6007 (patch) | |
tree | 0c034525aa3254218c9e1a6c0dbcdc27a3ed5f47 /app-emacs/quilt-el | |
parent | Stable for ppc, wrt bug #502988 (diff) | |
download | gentoo-2-da766e7cc469932ca88e5a344ddfa4c1c71d6007.tar.gz gentoo-2-da766e7cc469932ca88e5a344ddfa4c1c71d6007.tar.bz2 gentoo-2-da766e7cc469932ca88e5a344ddfa4c1c71d6007.zip |
Stable for ppc, wrt bug #501230
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-emacs/quilt-el')
-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 c4e96eec8959..aec09b69747b 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.22 2014/03/04 20:17:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.23 2014/03/05 15:17:26 ago Exp $ + + 05 Mar 2014; Agostino Sarubbo <ago@gentoo.org> quilt-el-0.48.0.ebuild: + Stable for ppc, wrt bug #501230 04 Mar 2014; Agostino Sarubbo <ago@gentoo.org> quilt-el-0.48.0.ebuild: Stable for x86, wrt 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 a5a5db78b8ce..0ded34940988 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.4 2014/03/04 20:17:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/quilt-el-0.48.0.ebuild,v 1.5 2014/03/05 15:17:26 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" |