diff options
author | 2004-06-28 16:07:47 +0000 | |
---|---|---|
committer | 2004-06-28 16:07:47 +0000 | |
commit | ae971116ab324ce07dadccb4a20bd91976737c89 (patch) | |
tree | 0ec81b8e78fc0694ad5cc21bd9e1a7c432e67443 /sys-apps/fbset | |
parent | Build fix. See bug #55393. (diff) | |
download | historical-ae971116ab324ce07dadccb4a20bd91976737c89.tar.gz historical-ae971116ab324ce07dadccb4a20bd91976737c89.tar.bz2 historical-ae971116ab324ce07dadccb4a20bd91976737c89.zip |
change glibc to libc
Diffstat (limited to 'sys-apps/fbset')
-rw-r--r-- | sys-apps/fbset/fbset-2.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/fbset/fbset-2.1.ebuild b/sys-apps/fbset/fbset-2.1.ebuild index 9a4a8debcc88..957f48fbc5c6 100644 --- a/sys-apps/fbset/fbset-2.1.ebuild +++ b/sys-apps/fbset/fbset-2.1.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/sys-apps/fbset/fbset-2.1.ebuild,v 1.24 2004/06/24 22:05:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fbset/fbset-2.1.ebuild,v 1.25 2004/06/28 16:06:36 vapier Exp $ inherit gcc @@ -11,8 +11,9 @@ SRC_URI="http://home.tvd.be/cr26864/Linux/fbdev/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc alpha arm hppa amd64 ia64 ppc64 s390" +IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { unpack ${A} |