Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 6956

Summary: pptpclient installs a perl/tk script even when tcltk isn't set in USE
Product: Gentoo Linux Reporter: Mr. Bones. (RETIRED) <mr_bones_>
Component: Current packagesAssignee: Jared H. Hudson <gentoo>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch to skip installing xpptp_fe.pl if tcltk isn't set in USE
check for tcltk in USE and depend on perl-tk accordingly

Description Mr. Bones. (RETIRED) gentoo-dev 2002-08-23 20:27:31 UTC
/usr/sbin/xpptp_fe.pl is installed from the pptpclient distribution
even though tcltk isn't set in the USE variable in /etc/make.conf.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2002-08-23 20:30:36 UTC
Created attachment 3366 [details, diff]
patch to skip installing xpptp_fe.pl if tcltk isn't set in USE
Comment 2 Jonathan Nall 2002-10-22 22:42:52 UTC
Created attachment 4920 [details, diff]
check for tcltk in USE and depend on perl-tk accordingly

this is a patch that performs the change in patch 3366, but also check for
tcltk in the USE variable and DEPENDs on perl-tk if tcltk support is desired.