diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 20:28:49 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 20:28:49 +0000 |
commit | ebdc826730dddb11614578f19e2b9743960ee785 (patch) | |
tree | 12f2b5ab69960fdf53ad1b0f4e476b6a21ce4b2a /x11-misc/wayv | |
parent | dont depend on {text,file,sh-}utils (diff) | |
download | historical-ebdc826730dddb11614578f19e2b9743960ee785.tar.gz historical-ebdc826730dddb11614578f19e2b9743960ee785.tar.bz2 historical-ebdc826730dddb11614578f19e2b9743960ee785.zip |
glibc -> libc
Diffstat (limited to 'x11-misc/wayv')
-rw-r--r-- | x11-misc/wayv/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/wayv/wayv-0.2.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/wayv/wayv-0.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/wayv/ChangeLog b/x11-misc/wayv/ChangeLog index 9b6bc3fe3cd9..972230f39aa7 100644 --- a/x11-misc/wayv/ChangeLog +++ b/x11-misc/wayv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/wayv # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/ChangeLog,v 1.7 2004/06/24 22:35:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/ChangeLog,v 1.8 2004/06/28 20:28:07 agriffis Exp $ + + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> wayv-0.2.ebuild, + wayv-0.3.ebuild: + glibc -> libc 11 Apr 2004; Markus Nigbur <pyrania@gentoo.org> wayv-0.2.ebuild, wayv-0.3.ebuild: diff --git a/x11-misc/wayv/wayv-0.2.ebuild b/x11-misc/wayv/wayv-0.2.ebuild index adb5bf0b01e9..2dd23d518318 100644 --- a/x11-misc/wayv/wayv-0.2.ebuild +++ b/x11-misc/wayv/wayv-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/wayv-0.2.ebuild,v 1.5 2004/06/24 22:35:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/wayv-0.2.ebuild,v 1.6 2004/06/28 20:28:07 agriffis Exp $ PKG=${P/-0.2/.0.2} MY_P=${P/-0.2} @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/x11 virtual/glibc" +DEPEND="virtual/x11 virtual/libc" RDEPEND="" S=${WORKDIR}/${MY_P} diff --git a/x11-misc/wayv/wayv-0.3.ebuild b/x11-misc/wayv/wayv-0.3.ebuild index 3e525f6dfd22..bb53f8bfd70c 100644 --- a/x11-misc/wayv/wayv-0.3.ebuild +++ b/x11-misc/wayv/wayv-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/wayv-0.3.ebuild,v 1.3 2004/06/24 22:35:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/wayv-0.3.ebuild,v 1.4 2004/06/28 20:28:07 agriffis Exp $ DESCRIPTION="Wayv is hand-writing/gesturing recognition software for X" HOMEPAGE="http://www.stressbunny.com/wayv" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/x11 virtual/glibc" +DEPEND="virtual/x11 virtual/libc" RDEPEND="" src_install() { |