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

(-)pfl-3.0/bin/e-file (-1 / +5 lines)
Lines 117-123 Link Here
117
			setcolor(1,29)
133
			setcolor(1,29)
118
			printf("%s\n",ii[2])
134
			printf("%s\n",ii[2])
119
			setcolor(0,32)
135
			setcolor(0,32)
120
			printf("\tAvailable Versions:\t%s\n",vers[pkg])
136
			printf("\tAvailable Versions:\t")
137
			cmd="echo " vers[pkg] " | tr \" \" \"\n\" | sort -V"
138
			while ((cmd | getline) > 0)
139
				printf("%s ",$0)
140
			printf("\n")
121
			if(installed){
141
			if(installed){
122
				printf("\tLast Installed Ver:\t")
142
				printf("\tLast Installed Ver:\t")
123
				setcolor(7,34)
143
				setcolor(7,34)

Return to bug 674120