diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-11-08 20:39:44 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-11-08 20:39:44 +0000 |
commit | 6d6db45aeac2de2056a1e99b175daa2c90aafbfa (patch) | |
tree | 6f28cb61e02058d9cf8325ce82326865ba38a121 | |
parent | Add support for rewriting bootclasspath in build.xml and JAVA_PKG_WANT_BOOTCL... (diff) | |
download | gentoo-2-6d6db45aeac2de2056a1e99b175daa2c90aafbfa.tar.gz gentoo-2-6d6db45aeac2de2056a1e99b175daa2c90aafbfa.tar.bz2 gentoo-2-6d6db45aeac2de2056a1e99b175daa2c90aafbfa.zip |
ppc stable #291853
(Portage version: 2.1.6.13/cvs/Linux ppc)
-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 dc24a15640c8..7be50131e484 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.12 2009/11/04 14:15:48 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.13 2009/11/08 20:39:44 nixnut Exp $ + + 08 Nov 2009; nixnut <nixnut@gentoo.org> juffed-0.6.1.ebuild: + ppc stable #291853 04 Nov 2009; Ben de Groot <yngwin@gentoo.org> metadata.xml: Reassign to qt herd diff --git a/app-editors/juffed/juffed-0.6.1.ebuild b/app-editors/juffed/juffed-0.6.1.ebuild index 07ad5e2d3bb5..6e85c32db021 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.1 2009/04/25 23:59:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.6.1.ebuild,v 1.2 2009/11/08 20:39:44 nixnut Exp $ EAPI=2 inherit 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] |