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

Bug 521674

Summary: x11-misc/xsetleds-0.1.3: suspicious use of einstall
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: John S. Skogtvedt <jss2k2>
Status: RESOLVED FIXED    
Severity: QA CC: desktop-misc, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 521420    

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-08-29 22:10:39 UTC
Please check whether the use of 'einstall' in this ebuild is actually
needed. From a quick glance at the Makefile, it seems to have proper
support for DESTDIR.

Therefore, if possible please replace the call to 'einstall' with proper
'default' or 'emake DESTDIR="${D}" install'. Thanks.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-09-03 09:03:40 UTC
*xsetleds-0.1.3-r1 (03 Sep 2014)

  03 Sep 2014; Jeroen Roovers <jer@gentoo.org> xsetleds-0.1.3.ebuild,
  +xsetleds-0.1.3-r1.ebuild, +files/xsetleds-0.1.3-assignment.patch,
  +files/xsetleds-0.1.3-isalpha.patch:
  einstall -> EAPI 5 default (bug #521674). Respect CC. Fix some coding issues.