diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-01-24 19:37:14 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-01-24 19:37:14 +0000 |
commit | 540c8c1b873f0bea4710b2757b28423cdec1716d (patch) | |
tree | a9a9d0b92e86f639fd86a81ae39ea4f8f5f80fef /dev-util/eric | |
parent | Make modular X friendly. (diff) | |
download | gentoo-2-540c8c1b873f0bea4710b2757b28423cdec1716d.tar.gz gentoo-2-540c8c1b873f0bea4710b2757b28423cdec1716d.tar.bz2 gentoo-2-540c8c1b873f0bea4710b2757b28423cdec1716d.zip |
Stable on ppc64
(Portage version: 2.0.54)
Diffstat (limited to 'dev-util/eric')
-rw-r--r-- | dev-util/eric/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/eric/eric-3.7.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/eric/ChangeLog b/dev-util/eric/ChangeLog index a665f09b685d..0b9bcbae17e0 100644 --- a/dev-util/eric/ChangeLog +++ b/dev-util/eric/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/eric # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.34 2006/01/05 20:41:43 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.35 2006/01/24 19:37:14 corsair Exp $ + + 24 Jan 2006; Markus Rothe <corsair@gentoo.org> eric-3.7.2-r1.ebuild: + Stable on ppc64 05 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org> eric-3.5.1.ebuild, eric-3.7.2-r1.ebuild: diff --git a/dev-util/eric/eric-3.7.2-r1.ebuild b/dev-util/eric/eric-3.7.2-r1.ebuild index 5d6fb5e3ed31..66465c6c3b6a 100644 --- a/dev-util/eric/eric-3.7.2-r1.ebuild +++ b/dev-util/eric/eric-3.7.2-r1.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/dev-util/eric/eric-3.7.2-r1.ebuild,v 1.4 2006/01/05 20:41:43 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-3.7.2-r1.ebuild,v 1.5 2006/01/24 19:37:14 corsair Exp $ inherit python eutils @@ -20,7 +20,7 @@ SRC_URI="mirror://sourceforge/eric-ide/${P}.tar.gz SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 ~ppc ~ppc64 sparc x86" +KEYWORDS="amd64 ~ppc ppc64 sparc x86" IUSE="idl" DEPEND=">=dev-python/PyQt-3.13 |