Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 624660
Collapse All | Expand All

(-)a/bin/euse (-1 / +1 lines)
Lines 1025-1031 scrub_use_flag() { Link Here
1025
modify_package() {
1025
modify_package() {
1026
	get_useflags
1026
	get_useflags
1027
1027
1028
	local atom_re="^[<>]?=?([a-z][0-9a-z/-]+[0-9a-z])(-[0-9pr._*-]+)?"
1028
	local atom_re="^[<>]?=?([a-z][0-9a-zA-Z/-]+[0-9a-zA-Z])(-[0-9pr._*-]+)?"
1029
	local pkg=$(echo "${PACKAGE}" | sed -re "s/${atom_re}/\1/")
1029
	local pkg=$(echo "${PACKAGE}" | sed -re "s/${atom_re}/\1/")
1030
	local V=$(echo "${PACKAGE}" | sed -re "s/${atom_re}/\2/")
1030
	local V=$(echo "${PACKAGE}" | sed -re "s/${atom_re}/\2/")
1031
	local pkg_re="[<>]?=?${pkg}(-[\dpr._*-]+)?"
1031
	local pkg_re="[<>]?=?${pkg}(-[\dpr._*-]+)?"

Return to bug 624660