diff options
author | Alin Năstac <mrness@gentoo.org> | 2004-11-21 18:48:59 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2004-11-21 18:48:59 +0000 |
commit | ce169b8023b62e7c71008fb4b5fbf7f4878b1574 (patch) | |
tree | 3444d0fee4c982c0af7764c0585793333bd651eb /net-dialup/raccess4vbox3 | |
parent | initial import from #71845 (Manifest recommit) (diff) | |
download | gentoo-2-ce169b8023b62e7c71008fb4b5fbf7f4878b1574.tar.gz gentoo-2-ce169b8023b62e7c71008fb4b5fbf7f4878b1574.tar.bz2 gentoo-2-ce169b8023b62e7c71008fb4b5fbf7f4878b1574.zip |
changed DEPEND to RDEPEND
Diffstat (limited to 'net-dialup/raccess4vbox3')
-rw-r--r-- | net-dialup/raccess4vbox3/raccess4vbox3-0.2.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/raccess4vbox3/raccess4vbox3-0.2.8.ebuild b/net-dialup/raccess4vbox3/raccess4vbox3-0.2.8.ebuild index 1a1bfd4e4a8e..5c43317ae758 100644 --- a/net-dialup/raccess4vbox3/raccess4vbox3-0.2.8.ebuild +++ b/net-dialup/raccess4vbox3/raccess4vbox3-0.2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/raccess4vbox3/raccess4vbox3-0.2.8.ebuild,v 1.1 2004/11/21 18:47:25 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/raccess4vbox3/raccess4vbox3-0.2.8.ebuild,v 1.2 2004/11/21 18:48:59 mrness Exp $ inherit eutils @@ -13,7 +13,7 @@ LICENSE="GPL-2" IUSE="" SLOT="0" -DEPEND="net-dialup/vbox3" +RDEPEND="net-dialup/vbox3" src_compile() { emake || die "emake failed" |