diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 20:42:09 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 20:42:09 +0000 |
commit | 6587c833a7db9bb005a8b8dc40b56352ae667940 (patch) | |
tree | daec562af539d9caf6743ba191cd46ef240989eb /x11-plugins/wmcp | |
parent | clean older ebuild (Manifest recommit) (diff) | |
download | gentoo-2-6587c833a7db9bb005a8b8dc40b56352ae667940.tar.gz gentoo-2-6587c833a7db9bb005a8b8dc40b56352ae667940.tar.bz2 gentoo-2-6587c833a7db9bb005a8b8dc40b56352ae667940.zip |
glibc -> libc
Diffstat (limited to 'x11-plugins/wmcp')
-rw-r--r-- | x11-plugins/wmcp/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmcp/wmcp-1.2.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-plugins/wmcp/ChangeLog b/x11-plugins/wmcp/ChangeLog index 27c0cfa6aa37..ab2d8fb65c13 100644 --- a/x11-plugins/wmcp/ChangeLog +++ b/x11-plugins/wmcp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmcp # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcp/ChangeLog,v 1.6 2004/06/24 23:07:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcp/ChangeLog,v 1.7 2004/06/28 20:41:04 agriffis Exp $ + + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> wmcp-1.2.8.ebuild: + glibc -> libc 12 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> wmcp-1.2.8.ebuild: Stable on alpha. diff --git a/x11-plugins/wmcp/wmcp-1.2.8.ebuild b/x11-plugins/wmcp/wmcp-1.2.8.ebuild index e9d88cf5e386..fcf2c517d768 100644 --- a/x11-plugins/wmcp/wmcp-1.2.8.ebuild +++ b/x11-plugins/wmcp/wmcp-1.2.8.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-plugins/wmcp/wmcp-1.2.8.ebuild,v 1.11 2004/06/24 23:07:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcp/wmcp-1.2.8.ebuild,v 1.12 2004/06/28 20:41:04 agriffis Exp $ inherit eutils @@ -12,7 +12,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 amd64 ~ia64 ppc ~sparc alpha hppa ~mips" -DEPEND="virtual/glibc +DEPEND="virtual/libc virtual/x11" src_unpack() { |