diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-07-27 04:31:41 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-07-27 04:31:41 +0000 |
commit | 193e549a9d5138b8eedbf2bb1be9ae683bb3defb (patch) | |
tree | c0780fdfb638882bafb4b573dfbc8ec5cc13b5f6 /app-editors | |
parent | stable x86 (diff) | |
download | gentoo-2-193e549a9d5138b8eedbf2bb1be9ae683bb3defb.tar.gz gentoo-2-193e549a9d5138b8eedbf2bb1be9ae683bb3defb.tar.bz2 gentoo-2-193e549a9d5138b8eedbf2bb1be9ae683bb3defb.zip |
Stable x86 for gcc of course...oh and booooooo emacs :(
(Portage version: 2.1-r1)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/qemacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/qemacs/qemacs-0.3.1-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/qemacs/ChangeLog b/app-editors/qemacs/ChangeLog index 1e7b775c8a1c..77930a79c736 100644 --- a/app-editors/qemacs/ChangeLog +++ b/app-editors/qemacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/qemacs # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.18 2006/07/25 14:17:12 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.19 2006/07/27 04:31:41 tsunam Exp $ + + 27 Jul 2006; Joshua Jackson <tsunam@gentoo.org> ChangeLog: + Stable x86 gcc4.1; bug #141567 *qemacs-0.3.1-r3 (25 Jul 2006) diff --git a/app-editors/qemacs/qemacs-0.3.1-r3.ebuild b/app-editors/qemacs/qemacs-0.3.1-r3.ebuild index ecb64e99957d..2e94fce1a816 100644 --- a/app-editors/qemacs/qemacs-0.3.1-r3.ebuild +++ b/app-editors/qemacs/qemacs-0.3.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.1-r3.ebuild,v 1.1 2006/07/25 14:17:12 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.1-r3.ebuild,v 1.2 2006/07/27 04:31:41 tsunam Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://fabrice.bellard.free.fr/qemacs/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="~amd64 ~ppc x86" IUSE="X png unicode xv" # For those so inclined, the libXv dep can probably |