diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:42:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:42:45 +0000 |
commit | 89414aafef7b4662605766324cbfae205bfbe3e0 (patch) | |
tree | 36ea97f0b79502ff16fba7aa47469e6c52e2ad70 /dev-lang/mono | |
parent | Remove rdepend=depend (diff) | |
download | gentoo-2-89414aafef7b4662605766324cbfae205bfbe3e0.tar.gz gentoo-2-89414aafef7b4662605766324cbfae205bfbe3e0.tar.bz2 gentoo-2-89414aafef7b4662605766324cbfae205bfbe3e0.zip |
Remove rdepend=depend
Diffstat (limited to 'dev-lang/mono')
-rw-r--r-- | dev-lang/mono/mono-0.12.ebuild | 3 | ||||
-rw-r--r-- | dev-lang/mono/mono-0.13.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-lang/mono/mono-0.12.ebuild b/dev-lang/mono/mono-0.12.ebuild index f4d9bcc51493..c463604c81f5 100644 --- a/dev-lang/mono/mono-0.12.ebuild +++ b/dev-lang/mono/mono-0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-0.12.ebuild,v 1.7 2002/10/04 05:12:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-0.12.ebuild,v 1.8 2002/10/20 18:41:38 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Mono runtime" @@ -12,7 +12,6 @@ SLOT="0" DEPEND="virtual/glibc dev-util/pkgconfig" -RDEPEND="${DEPEND}" KEYWORDS="x86 sparc sparc64" src_compile() { diff --git a/dev-lang/mono/mono-0.13.ebuild b/dev-lang/mono/mono-0.13.ebuild index 075a074c8870..165a713fac95 100644 --- a/dev-lang/mono/mono-0.13.ebuild +++ b/dev-lang/mono/mono-0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-0.13.ebuild,v 1.5 2002/10/04 05:12:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-0.13.ebuild,v 1.6 2002/10/20 18:41:38 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Mono runtime" @@ -13,7 +13,6 @@ SLOT="0" DEPEND="virtual/glibc dev-util/pkgconfig >=dev-libs/glib-2.0" -RDEPEND="${DEPEND}" KEYWORDS="x86 -ppc" src_compile() { |