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/R | |
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/R')
-rw-r--r-- | dev-lang/R/R-1.4.1-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-lang/R/R-1.4.1.ebuild | 3 | ||||
-rw-r--r-- | dev-lang/R/R-1.5.1.ebuild | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/dev-lang/R/R-1.4.1-r1.ebuild b/dev-lang/R/R-1.4.1-r1.ebuild index b200cb786860..62709804a92d 100644 --- a/dev-lang/R/R-1.4.1-r1.ebuild +++ b/dev-lang/R/R-1.4.1-r1.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/R/R-1.4.1-r1.ebuild,v 1.6 2002/10/05 05:39:10 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-1.4.1-r1.ebuild,v 1.7 2002/10/20 18:41:38 vapier Exp $ IUSE="atlas X tcltk gnome" @@ -25,7 +25,6 @@ DEPEND="virtual/glibc X? ( virtual/x11 ) tcltk? ( dev-lang/tk ) gnome? ( >=gnome-base/gnome-libs-1.4.1.4 )" -RDEPEND="${DEPEND}" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="x86 sparc sparc64" diff --git a/dev-lang/R/R-1.4.1.ebuild b/dev-lang/R/R-1.4.1.ebuild index b1e4b6635dd5..b5dea1beda60 100644 --- a/dev-lang/R/R-1.4.1.ebuild +++ b/dev-lang/R/R-1.4.1.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/R/R-1.4.1.ebuild,v 1.6 2002/10/05 05:39:10 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-1.4.1.ebuild,v 1.7 2002/10/20 18:41:38 vapier Exp $ IUSE="atlas X tcltk gnome" @@ -25,7 +25,6 @@ DEPEND="virtual/glibc X? ( virtual/x11 ) tcltk? ( dev-lang/tk ) gnome? ( >=gnome-base/gnome-libs-1.4.1.4 )" -RDEPEND="${DEPEND}" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="x86 sparc sparc64" diff --git a/dev-lang/R/R-1.5.1.ebuild b/dev-lang/R/R-1.5.1.ebuild index 540c1c477fea..94498ab723b5 100644 --- a/dev-lang/R/R-1.5.1.ebuild +++ b/dev-lang/R/R-1.5.1.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/R/R-1.5.1.ebuild,v 1.5 2002/10/05 05:39:10 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-1.5.1.ebuild,v 1.6 2002/10/20 18:41:38 vapier Exp $ IUSE="atlas X tcltk gnome" @@ -25,7 +25,6 @@ DEPEND="virtual/glibc X? ( virtual/x11 ) tcltk? ( dev-lang/tk ) gnome? ( >=gnome-base/gnome-libs-1.4.1.4 )" -RDEPEND="${DEPEND}" SLOT="0" LICENSE="GPL-2 LGPL-2.1" KEYWORDS="x86 sparc sparc64" |