diff options
author | 2014-03-12 10:13:20 +0000 | |
---|---|---|
committer | 2014-03-12 10:13:20 +0000 | |
commit | 84dcff1123c341651bd607b77db9e362df873e07 (patch) | |
tree | 9766a139747c66491577350684bdc03695a56900 /app-emacs/quilt-el | |
parent | Stable for sparc, wrt bug #502616 (diff) | |
download | gentoo-2-84dcff1123c341651bd607b77db9e362df873e07.tar.gz gentoo-2-84dcff1123c341651bd607b77db9e362df873e07.tar.bz2 gentoo-2-84dcff1123c341651bd607b77db9e362df873e07.zip |
Stable for sparc, wrt bug #501230
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", 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 2967f38fe368..a6ad79c8142a 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.24 2014/03/06 10:28:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.25 2014/03/12 10:13:20 ago Exp $ + + 12 Mar 2014; Agostino Sarubbo <ago@gentoo.org> quilt-el-0.48.0.ebuild: + Stable for sparc, wrt bug #501230 06 Mar 2014; Agostino Sarubbo <ago@gentoo.org> quilt-el-0.48.0.ebuild: Stable for ppc64, 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 38ae53448a62..26b8f879b9ea 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.6 2014/03/06 10:28:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/quilt-el-0.48.0.ebuild,v 1.7 2014/03/12 10:13:20 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" |