diff options
author | David Holm <dholm@gentoo.org> | 2004-06-04 23:29:42 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-06-04 23:29:42 +0000 |
commit | 5cecc24e9a7d9fe4906779a61ce32b6fb6be8f25 (patch) | |
tree | 736351be3da2659d809a63a2d96a01b27213bf2b /app-sci/vbs | |
parent | sandbox violation fixed (diff) | |
download | historical-5cecc24e9a7d9fe4906779a61ce32b6fb6be8f25.tar.gz historical-5cecc24e9a7d9fe4906779a61ce32b6fb6be8f25.tar.bz2 historical-5cecc24e9a7d9fe4906779a61ce32b6fb6be8f25.zip |
Added to ~ppc
Diffstat (limited to 'app-sci/vbs')
-rw-r--r-- | app-sci/vbs/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/vbs/vbs-1.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-sci/vbs/ChangeLog b/app-sci/vbs/ChangeLog index bad1fcf30c3f..8694a10577dd 100644 --- a/app-sci/vbs/ChangeLog +++ b/app-sci/vbs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/vbs # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/vbs/ChangeLog,v 1.2 2004/04/19 12:45:57 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/vbs/ChangeLog,v 1.3 2004/06/04 23:25:27 dholm Exp $ + + 05 Jun 2004; David Holm <dholm@gentoo.org> vbs-1.4.0.ebuild: + Added to ~ppc. 19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> vbs-1.4.0.ebuild: Adding IUSE diff --git a/app-sci/vbs/vbs-1.4.0.ebuild b/app-sci/vbs/vbs-1.4.0.ebuild index d27058ea7708..557b4269968e 100644 --- a/app-sci/vbs/vbs-1.4.0.ebuild +++ b/app-sci/vbs/vbs-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. and Tim Yamin <plasmaroo@gentoo.org> <plasmaroo@squirrelsoft.org.uk> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/vbs/vbs-1.4.0.ebuild,v 1.2 2004/04/19 12:45:57 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/vbs/vbs-1.4.0.ebuild,v 1.3 2004/06/04 23:25:27 dholm Exp $ HOMEPAGE="http://www.geda.seul.org/tools/vbs/index.html" DESCRIPTION="vbs - the Verilog Behavioral Simulator" @@ -9,7 +9,7 @@ SRC_URI="http://www.geda.seul.org/dist/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" IUSE="" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" DEPEND=">=sys-devel/flex-2.3 >=sys-devel/bison-1.22" |