summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-db/firebird-ss-bin/firebird-ss-bin-1.0.3.ebuild8
-rw-r--r--dev-lang/mmix/mmix-20020216.ebuild4
2 files changed, 4 insertions, 8 deletions
diff --git a/dev-db/firebird-ss-bin/firebird-ss-bin-1.0.3.ebuild b/dev-db/firebird-ss-bin/firebird-ss-bin-1.0.3.ebuild
index 1fd52c9a8379..514f666b71a1 100644
--- a/dev-db/firebird-ss-bin/firebird-ss-bin-1.0.3.ebuild
+++ b/dev-db/firebird-ss-bin/firebird-ss-bin-1.0.3.ebuild
@@ -1,16 +1,12 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird-ss-bin/firebird-ss-bin-1.0.3.ebuild,v 1.2 2004/03/14 13:19:52 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird-ss-bin/firebird-ss-bin-1.0.3.ebuild,v 1.3 2004/06/14 17:19:28 kloeri Exp $
DEPEND="virtual/glibc"
-RDEPEND="${DEPEND}"
-
LICENSE="MPL-1.1"
-
SLOT="0"
-
KEYWORDS="~x86"
-
+IUSE=""
HOMEPAGE="http://www.firebirdsql.com"
MY_PN="FirebirdSS"
diff --git a/dev-lang/mmix/mmix-20020216.ebuild b/dev-lang/mmix/mmix-20020216.ebuild
index 0c21f81f4a35..c7500bc9e4e6 100644
--- a/dev-lang/mmix/mmix-20020216.ebuild
+++ b/dev-lang/mmix/mmix-20020216.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mmix/mmix-20020216.ebuild,v 1.10 2004/03/14 02:40:38 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mmix/mmix-20020216.ebuild,v 1.11 2004/06/14 17:23:14 kloeri Exp $
S=${WORKDIR}
DESCRIPTION="Donald Knuth's MMIX Assembler and Simulator"
@@ -10,11 +10,11 @@ HOMEPAGE="http://www-cs-faculty.stanford.edu/~knuth/mmix.html"
DEPEND="virtual/glibc
>=dev-util/cweb-3.63
virtual/ghostscript"
-RDEPEND="$DEPEND"
SLOT="0"
LICENSE="mmix"
KEYWORDS="x86 sparc"
+IUSE=""
src_compile() {
make basic CFLAGS="${CFLAGS}" || die