diff options
author | Markus Meier <maekke@gentoo.org> | 2014-02-25 20:50:54 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-02-25 20:50:54 +0000 |
commit | 38d7fd71ee5791e677699d230945e6cc00be57b2 (patch) | |
tree | 6490ca4c0b76dde0a1db3ec6b471f69148f9e803 /app-emacs/quilt-el | |
parent | add ~arm, bug #495254 (diff) | |
download | gentoo-2-38d7fd71ee5791e677699d230945e6cc00be57b2.tar.gz gentoo-2-38d7fd71ee5791e677699d230945e6cc00be57b2.tar.bz2 gentoo-2-38d7fd71ee5791e677699d230945e6cc00be57b2.zip |
arm stable, bug #501230
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
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 9a2f787f30d4..80bd1e79ba04 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.19 2014/01/01 18:11:52 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.20 2014/02/25 20:50:54 maekke Exp $ + + 25 Feb 2014; Markus Meier <maekke@gentoo.org> quilt-el-0.48.0.ebuild: + arm stable, bug #501230 *quilt-el-0.48.0 (01 Jan 2014) 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 c8b77bceb592..665a0e2d219c 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.1 2014/01/01 18:11:52 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/quilt-el-0.48.0.ebuild,v 1.2 2014/02/25 20:50:54 maekke 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" |