diff options
author | 2001-05-01 18:29:06 +0000 | |
---|---|---|
committer | 2001-05-01 18:29:06 +0000 | |
commit | e7a06628a4d29026c8cef4a517ab39d6fd32aa8c (patch) | |
tree | 0d5b29a9554a2283cce1198ab46a582bed22a59b /media-sound | |
parent | virtual/x11 (diff) | |
download | gentoo-2-e7a06628a4d29026c8cef4a517ab39d6fd32aa8c.tar.gz gentoo-2-e7a06628a4d29026c8cef4a517ab39d6fd32aa8c.tar.bz2 gentoo-2-e7a06628a4d29026c8cef4a517ab39d6fd32aa8c.zip |
virtual/x11 change
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/lopster/lopster-0.9.6.ebuild | 4 | ||||
-rw-r--r-- | media-sound/nas/nas-1.4.1-r1.ebuild | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/media-sound/lopster/lopster-0.9.6.ebuild b/media-sound/lopster/lopster-0.9.6.ebuild index a2f545365295..54ef70308c91 100644 --- a/media-sound/lopster/lopster-0.9.6.ebuild +++ b/media-sound/lopster/lopster-0.9.6.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/lopster/lopster-0.9.6.ebuild,v 1.1 2000/11/02 02:17:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lopster/lopster-0.9.6.ebuild,v 1.2 2001/05/01 18:29:06 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -12,7 +12,7 @@ HOMEPAGE="http://lopster.sourceforge.net" DEPEND=">=sys-libs/glibc-2.1.3 >=dev-libs/glib-1.2.8 >=x11-libs/gtk+-1.2.8 - >=x11-base/xfree-4.0.1" + virtual/x11" src_compile() { diff --git a/media-sound/nas/nas-1.4.1-r1.ebuild b/media-sound/nas/nas-1.4.1-r1.ebuild index 0c98ec2bd590..6e3f98f6c11f 100644 --- a/media-sound/nas/nas-1.4.1-r1.ebuild +++ b/media-sound/nas/nas-1.4.1-r1.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/nas/nas-1.4.1-r1.ebuild,v 1.2 2001/02/15 18:17:31 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/nas/nas-1.4.1-r1.ebuild,v 1.3 2001/05/01 18:29:06 achim Exp $ A=${P}.src.tar.gz S=${WORKDIR}/${P} @@ -9,8 +9,7 @@ DESCRIPTION="The Network Audio System" SRC_URI="http://radscan.com/nas/${A}" HOMEPAGE="http://radscan.com/nas.html" -DEPEND="virtual/glibc - >=x11-base/xfree-4.0.1" +DEPEND="virtual/glibc virtual/x11" src_compile() { |