diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 15:44:48 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 15:44:48 +0000 |
commit | 5b2ab9612cfa49527c794d5e9e2d472f628f7a6d (patch) | |
tree | 010640ac53e514b82cfbf6461d9bf3b3aaa5557a /app-laptop/i8kutils/i8kutils-1.25.ebuild | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-5b2ab9612cfa49527c794d5e9e2d472f628f7a6d.tar.gz gentoo-2-5b2ab9612cfa49527c794d5e9e2d472f628f7a6d.tar.bz2 gentoo-2-5b2ab9612cfa49527c794d5e9e2d472f628f7a6d.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'app-laptop/i8kutils/i8kutils-1.25.ebuild')
-rw-r--r-- | app-laptop/i8kutils/i8kutils-1.25.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-laptop/i8kutils/i8kutils-1.25.ebuild b/app-laptop/i8kutils/i8kutils-1.25.ebuild index b3c86760263f..d5e34416bf67 100644 --- a/app-laptop/i8kutils/i8kutils-1.25.ebuild +++ b/app-laptop/i8kutils/i8kutils-1.25.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/i8kutils-1.25.ebuild,v 1.11 2007/07/15 07:10:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/i8kutils-1.25.ebuild,v 1.12 2009/09/23 15:44:48 patrick Exp $ DESCRIPTION="Dell Inspiron and Latitude utilities" HOMEPAGE="http://people.debian.org/~dz/i8k/" @@ -11,8 +11,7 @@ SLOT="0" KEYWORDS="-* x86 amd64" IUSE="tk" -DEPEND="virtual/libc - tk? ( >=dev-lang/tk-8.3.3 )" +DEPEND="tk? ( >=dev-lang/tk-8.3.3 )" src_compile() { make all || die |