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

Bug 715174

Summary: app-portage/gentoolkit euse blanks the last line from make.conf if the file does not end with a new line
Product: Portage Development Reporter: Kete Tefid <ketetefid>
Component: ToolsAssignee: Portage Tools Team <tools-portage>
Status: UNCONFIRMED ---    
Severity: normal CC: jstein, ketetefid
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Kete Tefid 2020-03-28 16:47:08 UTC
emerge -pv gentoolkit
[ebuild   R    ] app-portage/gentoolkit-0.4.6::gentoo  PYTHON_TARGETS="python3_6 -python3_7" 0 KiB

It seems that euse implies that there must be a new line at the end of make.conf, otherwise it would just delete the last line. Any variable you put at the last line would be deleted upon usage of euse.

Reproducible: Always