diff options
Diffstat (limited to 'app-editors/juffed')
-rw-r--r-- | app-editors/juffed/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/juffed/juffed-0.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/juffed/ChangeLog b/app-editors/juffed/ChangeLog index 9a5472716473..70dab2d23cf6 100644 --- a/app-editors/juffed/ChangeLog +++ b/app-editors/juffed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/juffed # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.16 2009/12/10 21:29:16 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.17 2009/12/19 20:30:03 pacho Exp $ + + 19 Dec 2009; Pacho Ramos <pacho@gentoo.org> juffed-0.6.1.ebuild: + amd64 stable, bug 291853 10 Dec 2009; Dror Levin <spatz@gentoo.org> juffed-0.6.1.ebuild: Fix multilib issues - install to proper libdir, bug 291853. diff --git a/app-editors/juffed/juffed-0.6.1.ebuild b/app-editors/juffed/juffed-0.6.1.ebuild index 1ac0e0aa4645..98c1028ddbd6 100644 --- a/app-editors/juffed/juffed-0.6.1.ebuild +++ b/app-editors/juffed/juffed-0.6.1.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/juffed/juffed-0.6.1.ebuild,v 1.4 2009/12/10 21:29:16 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.6.1.ebuild,v 1.5 2009/12/19 20:30:03 pacho Exp $ EAPI=2 inherit multilib cmake-utils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P/_/-}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="debug" RDEPEND="x11-libs/qscintilla[qt4] |