diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2004-04-21 15:46:56 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2004-04-21 15:46:56 +0000 |
commit | e7abf291f4e2541856d92273476803bb2e93acf5 (patch) | |
tree | 62406bb9adf28cac128708bd187ca1166c711002 /media-video/yanc/yanc-0.2.0.ebuild | |
parent | Fixed digest. (diff) | |
download | gentoo-2-e7abf291f4e2541856d92273476803bb2e93acf5.tar.gz gentoo-2-e7abf291f4e2541856d92273476803bb2e93acf5.tar.bz2 gentoo-2-e7abf291f4e2541856d92273476803bb2e93acf5.zip |
Change x11-base/xfree dependency to virtual/x11.
Diffstat (limited to 'media-video/yanc/yanc-0.2.0.ebuild')
-rw-r--r-- | media-video/yanc/yanc-0.2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/yanc/yanc-0.2.0.ebuild b/media-video/yanc/yanc-0.2.0.ebuild index 08e28283061a..64a32f2ef4b7 100644 --- a/media-video/yanc/yanc-0.2.0.ebuild +++ b/media-video/yanc/yanc-0.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/yanc/yanc-0.2.0.ebuild,v 1.4 2003/09/08 07:41:00 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/yanc/yanc-0.2.0.ebuild,v 1.5 2004/04/21 15:46:56 spyderous Exp $ DESCRIPTION="YanC is a GUI configuration tool for the NVIDIA Accelerated Linux Driver Set." HOMEPAGE="http://yanc.sourceforge.net/" @@ -14,7 +14,7 @@ KEYWORDS="-* ~x86" # the dependances are not clear. # TODO: Emerge the real compilable yanc's code DEPEND=">=sys-apps/sed-4" -RDEPEND="x11-base/xfree" +RDEPEND="virtual/x11" src_compile() { einfo "nothing to compile" |