diff options
author | Markus Meier <maekke@gentoo.org> | 2009-11-26 11:43:23 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-11-26 11:43:23 +0000 |
commit | a5544ee20c8b9b89e3122bfe0e6ce344b31d10ed (patch) | |
tree | 433296443bc3ed3b9860d615a5fc133c140603ce /app-editors/qemacs | |
parent | clean up (diff) | |
download | gentoo-2-a5544ee20c8b9b89e3122bfe0e6ce344b31d10ed.tar.gz gentoo-2-a5544ee20c8b9b89e3122bfe0e6ce344b31d10ed.tar.bz2 gentoo-2-a5544ee20c8b9b89e3122bfe0e6ce344b31d10ed.zip |
amd64 stable, bug #289402
(Portage version: 2.2_rc52/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/qemacs')
-rw-r--r-- | app-editors/qemacs/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/qemacs/qemacs-0.4.0_pre20090420.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-editors/qemacs/ChangeLog b/app-editors/qemacs/ChangeLog index 007dcbfb036a..155843705dc7 100644 --- a/app-editors/qemacs/ChangeLog +++ b/app-editors/qemacs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/qemacs # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.47 2009/11/18 18:35:02 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.48 2009/11/26 11:43:23 maekke Exp $ + + 26 Nov 2009; Markus Meier <maekke@gentoo.org> + qemacs-0.4.0_pre20090420.ebuild: + amd64 stable, bug #289402 18 Nov 2009; Christian Faulhammer <fauli@gentoo.org> qemacs-0.4.0_pre20090420.ebuild: diff --git a/app-editors/qemacs/qemacs-0.4.0_pre20090420.ebuild b/app-editors/qemacs/qemacs-0.4.0_pre20090420.ebuild index dc2f5ed3b98f..04b7c9e0db6d 100644 --- a/app-editors/qemacs/qemacs-0.4.0_pre20090420.ebuild +++ b/app-editors/qemacs/qemacs-0.4.0_pre20090420.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.ebuild,v 1.2 2009/11/18 18:35:02 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20090420.ebuild,v 1.3 2009/11/26 11:43:23 maekke Exp $ EAPI=2 @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="X png unicode xv" RESTRICT="strip test" |