diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2012-11-30 15:28:52 +0000 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2012-11-30 15:28:52 +0000 |
commit | f009b324fe422935ebf3c0288c33771c18a0b8f0 (patch) | |
tree | 71e8aff17cc8cc8357307ddb384c0fdc10e0ae3b /app-admin/conky/conky-1.9.0-r1.ebuild | |
parent | Add polish diacritics and contributors' emails (diff) | |
download | historical-f009b324fe422935ebf3c0288c33771c18a0b8f0.tar.gz historical-f009b324fe422935ebf3c0288c33771c18a0b8f0.tar.bz2 historical-f009b324fe422935ebf3c0288c33771c18a0b8f0.zip |
Depend on nvidia-drivers[tools] instead of nvidia-settings. Apparently nvidia-settings won't become stable anymore. Thanks to Tom Wijsman for the report and Magnus Granberg for adding the required masks in the hardened profile.
Package-Manager: portage-2.1.11.31/cvs/Linux i686
Manifest-Sign-Key: 0x215AD14D
Diffstat (limited to 'app-admin/conky/conky-1.9.0-r1.ebuild')
-rw-r--r-- | app-admin/conky/conky-1.9.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/conky/conky-1.9.0-r1.ebuild b/app-admin/conky/conky-1.9.0-r1.ebuild index 2ff7884ed8b1..658d1b70b30a 100644 --- a/app-admin/conky/conky-1.9.0-r1.ebuild +++ b/app-admin/conky/conky-1.9.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.9.0-r1.ebuild,v 1.5 2012/11/21 10:16:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.9.0-r1.ebuild,v 1.6 2012/11/30 15:28:51 billie Exp $ EAPI=4 @@ -26,7 +26,7 @@ DEPEND_COMMON=" >=dev-lua/toluapp-1.0.93 >=dev-lang/lua-5.1.4-r8 media-libs/imlib2 ) - nvidia? ( media-video/nvidia-settings ) + nvidia? ( x11-drivers/nvidia-drivers[tools] ) truetype? ( x11-libs/libXft >=media-libs/freetype-2 ) x11-libs/libX11 x11-libs/libXdamage |