diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-02-28 00:33:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-02-28 00:33:54 +0000 |
commit | 64201d0259d1ed6210253880b2936cc4faede619 (patch) | |
tree | 5ebcde982071908d7850a113015ac8673c4f8a1a /app-editors | |
parent | Fix build failure with separate tinfo library, bug 459576. (diff) | |
download | gentoo-2-64201d0259d1ed6210253880b2936cc4faede619.tar.gz gentoo-2-64201d0259d1ed6210253880b2936cc4faede619.tar.bz2 gentoo-2-64201d0259d1ed6210253880b2936cc4faede619.zip |
Add arm love for ChromiumOS.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/qemacs/ChangeLog | 9 | ||||
-rw-r--r-- | app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app-editors/qemacs/ChangeLog b/app-editors/qemacs/ChangeLog index 92f06a585d66..bde6069f2b7e 100644 --- a/app-editors/qemacs/ChangeLog +++ b/app-editors/qemacs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/qemacs -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.59 2012/06/15 12:27:06 ulm Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.60 2013/02/28 00:33:54 vapier Exp $ + + 28 Feb 2013; Mike Frysinger <vapier@gentoo.org> + qemacs-0.4.0_pre20090420-r1.ebuild: + Add arm love for ChromiumOS. 15 Jun 2012; Ulrich Müller <ulm@gentoo.org> -qemacs-0.4.0_pre20090420.ebuild: @@ -271,4 +275,3 @@ files/qemacs-Makefile-gentoo.patch: New ebuid. Submitted by Paul Totterman <paul_totterman@yahoo.com> bug #20341. Massaged by Matthew Kennedy <mkennedy@gentoo.org> - diff --git a/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild b/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild index 977c8fd0f591..077a0f36b34d 100644 --- a/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild +++ b/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild,v 1.8 2012/06/15 10:03:00 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild,v 1.9 2013/02/28 00:33:54 vapier Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 arm ~ppc x86" IUSE="X png unicode xv" RESTRICT="test" |