diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-01 20:53:33 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-01 20:53:33 +0000 |
commit | 8729bc42adf98b11820063d5617927114be7f8ad (patch) | |
tree | 5e2ab8b9ca02f737b9aac7cfbd918ce1ebeb09c6 /app-laptop | |
parent | Convert to ruby-fakegem. (diff) | |
download | gentoo-2-8729bc42adf98b11820063d5617927114be7f8ad.tar.gz gentoo-2-8729bc42adf98b11820063d5617927114be7f8ad.tar.bz2 gentoo-2-8729bc42adf98b11820063d5617927114be7f8ad.zip |
Missing IUSE
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/configure-thinkpad/configure-thinkpad-0.8.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/app-laptop/configure-thinkpad/configure-thinkpad-0.8.ebuild b/app-laptop/configure-thinkpad/configure-thinkpad-0.8.ebuild index f74c6d0f4a5e..8e1f94a25b69 100644 --- a/app-laptop/configure-thinkpad/configure-thinkpad-0.8.ebuild +++ b/app-laptop/configure-thinkpad/configure-thinkpad-0.8.ebuild @@ -1,22 +1,22 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/configure-thinkpad/configure-thinkpad-0.8.ebuild,v 1.1 2005/01/08 21:41:55 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/configure-thinkpad/configure-thinkpad-0.8.ebuild,v 1.2 2010/01/01 20:53:33 ssuominen Exp $ +EAPI=2 inherit gnome2 DESCRIPTION="Thinkpad GNOME configuration utility for tpctl" - HOMEPAGE="http://tpctl.sourceforge.net/configure-thinkpad.html" SRC_URI="mirror://sourceforge/tpctl/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="-* ~x86" +IUSE="" RDEPEND=">=app-laptop/tpctl-4.16 - >=x11-libs/gtk+-2.2 - >=gnome-base/libgnomeui-2.4 - >=sys-devel/gettext-0.11" - + >=x11-libs/gtk+-2.2:2 + >=gnome-base/libgnomeui-2.4 + >=sys-devel/gettext-0.11" DEPEND="${RDEPEND} - dev-util/pkgconfig" + dev-util/pkgconfig" |