diff options
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 |