diff options
author | 2001-06-09 14:11:57 +0000 | |
---|---|---|
committer | 2001-06-09 14:11:57 +0000 | |
commit | 0371e7be5a74a8e647150235a4afcb87e593cfee (patch) | |
tree | 5d4fce54d7a0e426355fdc06dc7b658e2541007f /media-libs/SoGtk | |
parent | fixed an RDEPEND error (diff) | |
download | historical-0371e7be5a74a8e647150235a4afcb87e593cfee.tar.gz historical-0371e7be5a74a8e647150235a4afcb87e593cfee.tar.bz2 historical-0371e7be5a74a8e647150235a4afcb87e593cfee.zip |
Fixed a DEPEND typo bug
Diffstat (limited to 'media-libs/SoGtk')
-rw-r--r-- | media-libs/SoGtk/SoGtk-20010601.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/SoGtk/SoGtk-20010601.ebuild b/media-libs/SoGtk/SoGtk-20010601.ebuild index 72c88a4ddd28..08f03e69fa5a 100644 --- a/media-libs/SoGtk/SoGtk-20010601.ebuild +++ b/media-libs/SoGtk/SoGtk-20010601.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/media-libs/SoGtk/SoGtk-20010601.ebuild,v 1.1 2001/06/04 06:41:14 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/SoGtk/SoGtk-20010601.ebuild,v 1.2 2001/06/09 14:11:57 achim Exp $ A=${P}.tar.gz @@ -14,7 +14,7 @@ DEPEND="virtual/x11 sys-devel/autoconf sys-devel/automake sys-devel/libtool >=x11-libs/gtkglarea-1.2.2 =media-libs/coin-${PV}" -DEPEND="virtual/x11 +RDEPEND="virtual/x11 >=x11-libs/gtkglarea-1.2.2 =media-libs/coin-${PV}" src_compile() { |