diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-02-26 07:33:43 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-02-26 07:33:43 +0000 |
commit | 83b2ba976e1896a3d8dbc0ed30e58070bfe9108a (patch) | |
tree | e690ad75593b62deefdbdf65c45868cd21f62322 /media-sound | |
parent | little RDEPEND fix (diff) | |
download | historical-83b2ba976e1896a3d8dbc0ed30e58070bfe9108a.tar.gz historical-83b2ba976e1896a3d8dbc0ed30e58070bfe9108a.tar.bz2 historical-83b2ba976e1896a3d8dbc0ed30e58070bfe9108a.zip |
small fix
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/mup/mup-4.3.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/media-sound/mup/mup-4.3.ebuild b/media-sound/mup/mup-4.3.ebuild index d756abcbfbe0..9fd942bcc06c 100644 --- a/media-sound/mup/mup-4.3.ebuild +++ b/media-sound/mup/mup-4.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Geert Bevin <gbevin@uwyn.com> -# $Header: /var/cvsroot/gentoo-x86/media-sound/mup/mup-4.3.ebuild,v 1.2 2002/02/26 07:32:33 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mup/mup-4.3.ebuild,v 1.3 2002/02/26 07:33:43 gbevin Exp $ S=${WORKDIR}/${P} @@ -13,11 +13,6 @@ DEPEND="virtual/glibc virtual/x11 >=media-libs/svgalib-1.4.3" -RDEPEND="virtual/glibc - virtual/x11 - >=media-libs/svgalib-1.4.3 - >=app-text/ghostview-1.5" - src_unpack() { mkdir ${P} |