diff options
author | 2003-04-06 07:17:42 +0000 | |
---|---|---|
committer | 2003-04-06 07:17:42 +0000 | |
commit | 3c402fa8b4666c46dbe104aac967f4343ef93c40 (patch) | |
tree | b893c63ce8c0584f609b89be9c14c6408648b82f /app-sci | |
parent | moved to stable (diff) | |
download | gentoo-2-3c402fa8b4666c46dbe104aac967f4343ef93c40.tar.gz gentoo-2-3c402fa8b4666c46dbe104aac967f4343ef93c40.tar.bz2 gentoo-2-3c402fa8b4666c46dbe104aac967f4343ef93c40.zip |
moved to stable
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/electric/electric-6.07.ebuild | 4 | ||||
-rw-r--r-- | app-sci/iverilog/iverilog-0.7.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-sci/electric/electric-6.07.ebuild b/app-sci/electric/electric-6.07.ebuild index 94bc75a4f072..2c50566e6364 100644 --- a/app-sci/electric/electric-6.07.ebuild +++ b/app-sci/electric/electric-6.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/electric/electric-6.07.ebuild,v 1.2 2003/03/26 18:08:07 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/electric/electric-6.07.ebuild,v 1.3 2003/04/06 07:17:42 george Exp $ IUSE="motif" @@ -10,7 +10,7 @@ SRC_URI="http://ftp.gnu.org/pub/gnu/electric/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="virtual/glibc motif? ( >=x11-libs/openmotif-2.2.2-r1 )" diff --git a/app-sci/iverilog/iverilog-0.7.ebuild b/app-sci/iverilog/iverilog-0.7.ebuild index 91acd817a3ab..3443a50c752b 100644 --- a/app-sci/iverilog/iverilog-0.7.ebuild +++ b/app-sci/iverilog/iverilog-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/iverilog/iverilog-0.7.ebuild,v 1.1 2003/03/09 20:29:43 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/iverilog/iverilog-0.7.ebuild,v 1.2 2003/04/06 07:14:15 george Exp $ IUSE="" @@ -14,7 +14,7 @@ DEPEND="dev-util/gperf" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" src_compile() { econf || "./configure failed" |