diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-09-22 12:45:29 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-09-22 12:45:29 +0000 |
commit | 47a6d4bfaaf82c80e3c6182224bfcad4e2ce7d4d (patch) | |
tree | 0130da26d05a5b21391cef6b1095e959bd78acb1 /app-editors/qemacs | |
parent | Fixed pari's emacs support (see bug #193378). (diff) | |
download | gentoo-2-47a6d4bfaaf82c80e3c6182224bfcad4e2ce7d4d.tar.gz gentoo-2-47a6d4bfaaf82c80e3c6182224bfcad4e2ce7d4d.tar.bz2 gentoo-2-47a6d4bfaaf82c80e3c6182224bfcad4e2ce7d4d.zip |
Stable on ppc wrt bug 193289
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-editors/qemacs')
-rw-r--r-- | app-editors/qemacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/qemacs/ChangeLog b/app-editors/qemacs/ChangeLog index c78ddcde63c3..2e5bc0d8eae1 100644 --- a/app-editors/qemacs/ChangeLog +++ b/app-editors/qemacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/qemacs # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.30 2007/09/21 07:52:05 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.31 2007/09/22 12:45:29 nixnut Exp $ + + 22 Sep 2007; nixnut <nixnut@gentoo.org> qemacs-0.3.2_pre20070226.ebuild: + Stable on ppc wrt bug 193289 21 Sep 2007; Christian Faulhammer <opfer@gentoo.org> qemacs-0.3.2_pre20070226.ebuild: diff --git a/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild b/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild index 9655dfc92759..b1dab2532c5d 100644 --- a/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild +++ b/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild,v 1.5 2007/09/21 07:52:05 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild,v 1.6 2007/09/22 12:45:29 nixnut Exp $ inherit eutils versionator flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://fabrice.bellard.free.fr/qemacs/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="~amd64 ppc x86" IUSE="X png unicode xv" RESTRICT="strip" |