diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-11 15:34:52 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-11 15:34:52 +0000 |
commit | 55fa903ec88a93d4c7e9ab0207e4b313503d1a10 (patch) | |
tree | 112d1a3c7802aa953d95f1437f0b9577798f08f6 /dev-util/eric | |
parent | Version bump; Upstream fixes for bugs 35449, 60206, and 60207. Also added ba... (diff) | |
download | gentoo-2-55fa903ec88a93d4c7e9ab0207e4b313503d1a10.tar.gz gentoo-2-55fa903ec88a93d4c7e9ab0207e4b313503d1a10.tar.bz2 gentoo-2-55fa903ec88a93d4c7e9ab0207e4b313503d1a10.zip |
Closing #63515
Diffstat (limited to 'dev-util/eric')
-rw-r--r-- | dev-util/eric/ChangeLog | 3 | ||||
-rw-r--r-- | dev-util/eric/eric-3.4.2.ebuild | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/dev-util/eric/ChangeLog b/dev-util/eric/ChangeLog index f1dabdb818f6..eca40aa24c93 100644 --- a/dev-util/eric/ChangeLog +++ b/dev-util/eric/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/eric # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 + 11 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> eric-3.4.2.ebuild: + Added amd64 keyword, closing #63515. + 23 Jul 2004; Carsten Lohrke <carlo@gentoo.org> -eric-3.1.ebuild, eric-3.4.2.ebuild: marked stable on x86 diff --git a/dev-util/eric/eric-3.4.2.ebuild b/dev-util/eric/eric-3.4.2.ebuild index 880b29396632..63bafc837aa6 100644 --- a/dev-util/eric/eric-3.4.2.ebuild +++ b/dev-util/eric/eric-3.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-3.4.2.ebuild,v 1.6 2004/07/23 19:47:46 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-3.4.2.ebuild,v 1.7 2004/09/11 15:34:52 aliz Exp $ IUSE="idl" @@ -12,7 +12,7 @@ SRC_URI="http://www.die-offenbachs.de/detlev/files/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc ~sparc ~amd64" python_version IDIR="/usr/lib/python${PYVER}/site-packages/eric3/" |