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 | |
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')
-rw-r--r-- | media-video/yanc/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/yanc/yanc-0.2.0.ebuild | 6 | ||||
-rw-r--r-- | media-video/yanc/yanc-0.2.1.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/media-video/yanc/ChangeLog b/media-video/yanc/ChangeLog index 089f811bec5d..a8abcab3dbbe 100644 --- a/media-video/yanc/ChangeLog +++ b/media-video/yanc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/yanc -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/yanc/ChangeLog,v 1.2 2003/10/11 23:13:06 blauwers Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/yanc/ChangeLog,v 1.3 2004/04/21 15:46:56 spyderous Exp $ + + 21 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; yanc-0.2.0.ebuild, + yanc-0.2.1.ebuild: + Change x11-base/xfree dependency to virtual/x11. *yanc-0.2.1 (12 Oct 2003) 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" diff --git a/media-video/yanc/yanc-0.2.1.ebuild b/media-video/yanc/yanc-0.2.1.ebuild index 9d6b1a850dc4..a7c2b77922cd 100644 --- a/media-video/yanc/yanc-0.2.1.ebuild +++ b/media-video/yanc/yanc-0.2.1.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.1.ebuild,v 1.1 2003/10/11 23:13:06 blauwers Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/yanc/yanc-0.2.1.ebuild,v 1.2 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" |