diff options
Diffstat (limited to 'sci-electronics/klayout')
-rw-r--r-- | sci-electronics/klayout/ChangeLog | 5 | ||||
-rw-r--r-- | sci-electronics/klayout/klayout-0.20.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-electronics/klayout/ChangeLog b/sci-electronics/klayout/ChangeLog index 7a374077f3f4..a42f534305da 100644 --- a/sci-electronics/klayout/ChangeLog +++ b/sci-electronics/klayout/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-electronics/klayout # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/klayout/ChangeLog,v 1.1 2010/09/20 23:31:27 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/klayout/ChangeLog,v 1.2 2010/10/18 14:39:02 tomka Exp $ + + 18 Oct 2010; Thomas Kahle <tomka@gentoo.org> klayout-0.20.2.ebuild: + x86 stable per bug 341543 *klayout-0.20.2 (20 Sep 2010) diff --git a/sci-electronics/klayout/klayout-0.20.2.ebuild b/sci-electronics/klayout/klayout-0.20.2.ebuild index 35fa208ea3b8..2c37b6061cc9 100644 --- a/sci-electronics/klayout/klayout-0.20.2.ebuild +++ b/sci-electronics/klayout/klayout-0.20.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/klayout/klayout-0.20.2.ebuild,v 1.1 2010/09/20 23:31:27 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/klayout/klayout-0.20.2.ebuild,v 1.2 2010/10/18 14:39:02 tomka Exp $ EAPI="2" @@ -17,7 +17,7 @@ SRC_URI="http://www.klayout.de/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="ruby" RDEPEND="x11-libs/qt-gui:4[qt3support]" |