diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 20:06:12 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 20:06:12 +0000 |
commit | 0e7c46d76bce31b787ffd82b99a9c844f014f1e7 (patch) | |
tree | 309aad7aecadb843d0c1c0aaf8df54b0389a98ba /x11-misc/mixer_app/mixer_app-1.8.0.ebuild | |
parent | dont depend on {text,file,sh-}utils (Manifest recommit) (diff) | |
download | gentoo-2-0e7c46d76bce31b787ffd82b99a9c844f014f1e7.tar.gz gentoo-2-0e7c46d76bce31b787ffd82b99a9c844f014f1e7.tar.bz2 gentoo-2-0e7c46d76bce31b787ffd82b99a9c844f014f1e7.zip |
glibc -> libc
Diffstat (limited to 'x11-misc/mixer_app/mixer_app-1.8.0.ebuild')
-rw-r--r-- | x11-misc/mixer_app/mixer_app-1.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/mixer_app/mixer_app-1.8.0.ebuild b/x11-misc/mixer_app/mixer_app-1.8.0.ebuild index bb69f0f148e6..ea19868e4d6b 100644 --- a/x11-misc/mixer_app/mixer_app-1.8.0.ebuild +++ b/x11-misc/mixer_app/mixer_app-1.8.0.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/mixer_app/mixer_app-1.8.0.ebuild,v 1.6 2004/06/24 22:28:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/mixer_app-1.8.0.ebuild,v 1.7 2004/06/28 20:05:01 agriffis Exp $ #need to do some name mangling #so that ebuild name adheres to "standart" @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="x86 ~ppc sparc" IUSE="" -DEPEND="virtual/glibc virtual/x11" +DEPEND="virtual/libc virtual/x11" src_compile() { emake || die |