diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 19:54:05 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 19:54:05 +0000 |
commit | ad7519662abb6bc0566a02f7fa2a133d7a1617a3 (patch) | |
tree | 1fe4ab7cc78f20f7a71aafc2772f2c8343f125fa /x11-misc/autocutsel | |
parent | add sed-4 dep (Manifest recommit) (diff) | |
download | gentoo-2-ad7519662abb6bc0566a02f7fa2a133d7a1617a3.tar.gz gentoo-2-ad7519662abb6bc0566a02f7fa2a133d7a1617a3.tar.bz2 gentoo-2-ad7519662abb6bc0566a02f7fa2a133d7a1617a3.zip |
glibc -> libc
Diffstat (limited to 'x11-misc/autocutsel')
-rw-r--r-- | x11-misc/autocutsel/ChangeLog | 3 | ||||
-rw-r--r-- | x11-misc/autocutsel/autocutsel-0.6.2.ebuild | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/x11-misc/autocutsel/ChangeLog b/x11-misc/autocutsel/ChangeLog index acb6693263fc..388f332b1857 100644 --- a/x11-misc/autocutsel/ChangeLog +++ b/x11-misc/autocutsel/ChangeLog @@ -2,6 +2,9 @@ # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 # $header$ + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> autocutsel-0.6.2.ebuild: + glibc -> libc + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> autocutsel-0.6.2.ebuild: Add die following econf for bug 48950 diff --git a/x11-misc/autocutsel/autocutsel-0.6.2.ebuild b/x11-misc/autocutsel/autocutsel-0.6.2.ebuild index 2a73cd630a7f..3d8483e8a847 100644 --- a/x11-misc/autocutsel/autocutsel-0.6.2.ebuild +++ b/x11-misc/autocutsel/autocutsel-0.6.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/autocutsel/autocutsel-0.6.2.ebuild,v 1.10 2004/06/24 22:11:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/autocutsel/autocutsel-0.6.2.ebuild,v 1.11 2004/06/28 19:49:42 agriffis Exp $ DESCRIPTION="Synchronise the two copy/paste buffers mainly used by X applications" HOMEPAGE="http://www.lepton.fr/tools/autocutsel/" @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc ppc" -DEPEND="virtual/glibc +DEPEND="virtual/libc virtual/x11" src_compile() { |