[ Results for search key : glpk ] [ Applications found : 1 ] * app-misc/glpk Latest version available: 3.2.1 Latest version installed: 3.2.1 Homepage: http://www.gnu.org Description: GLPK - the GNU Linear Programming Kit
Created attachment 4512 [details] glpk-3.2.1.ebuild
FYI, instead of doing ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" you can do econf "--extra-options" || die "./configure failed"
Hi Rigo. Thank you for your submission. I have processed the package and added it to the portage. One issue: you used "dodoc -p" directive in ebuild. That lead to creation of /usr/-p direcory. dodoc handles this transparently, so you do not need to create first dir in such a fashion (in fact all of those dirs are standard and can be assumed to exist). Please test and report. The package is now keymasked (you will need to remove '`' from KEYWORDS or add ~x86 to your ACCEPT_KEYWORDS in make.conf to make emrge see it). George
Added IUSE, unmasked on x86. Closing the bug. George