diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 20:36:37 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 20:36:37 +0000 |
commit | 9a4b1f198965e39e3b7afe755c646e1b52938baa (patch) | |
tree | 17857bb34f388c9ef7e0914683ca886538e6f8c8 /x11-plugins/asclock | |
parent | touchups (Manifest recommit) (diff) | |
download | gentoo-2-9a4b1f198965e39e3b7afe755c646e1b52938baa.tar.gz gentoo-2-9a4b1f198965e39e3b7afe755c646e1b52938baa.tar.bz2 gentoo-2-9a4b1f198965e39e3b7afe755c646e1b52938baa.zip |
glibc -> libc
Diffstat (limited to 'x11-plugins/asclock')
-rw-r--r-- | x11-plugins/asclock/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/asclock/asclock-2.0.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-plugins/asclock/ChangeLog b/x11-plugins/asclock/ChangeLog index c5cb6f5feb0e..6020db9184b8 100644 --- a/x11-plugins/asclock/ChangeLog +++ b/x11-plugins/asclock/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/asclock # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asclock/ChangeLog,v 1.6 2004/06/24 22:48:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asclock/ChangeLog,v 1.7 2004/06/28 20:33:20 agriffis Exp $ + + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> asclock-2.0.12.ebuild: + glibc -> libc 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/x11-plugins/asclock/asclock-2.0.12.ebuild b/x11-plugins/asclock/asclock-2.0.12.ebuild index f4f1d49e39fe..90c4b008f10f 100644 --- a/x11-plugins/asclock/asclock-2.0.12.ebuild +++ b/x11-plugins/asclock/asclock-2.0.12.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/asclock/asclock-2.0.12.ebuild,v 1.7 2004/06/24 22:48:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asclock/asclock-2.0.12.ebuild,v 1.8 2004/06/28 20:33:20 agriffis Exp $ IUSE="" DESCRIPTION="Clock applet for AfterStep" @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc ppc" -DEPEND="virtual/glibc virtual/x11" +DEPEND="virtual/libc virtual/x11" src_unpack() { unpack ${P}.tar.gz |