Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Hi, There is a new version of astyle code beautifier (1.22) available. Here is the required change in the ebuild with respect to version 1.21: --- astyle-1.21.ebuild 2008-04-11 11:31:20.000000000 +0200 +++ astyle-1.22.ebuild 2008-04-11 11:26:55.000000000 +0200 @@ -25,7 +25,7 @@ } src_compile() { - cd build + cd buildgcc local build_targets="release" if use debug; then build_targets="debug" Also the strip patch needs to be updated. Please find the new one attached to this report. BR, /Adam
Created an attachment (id=149379) [details] Remove unnecessary "-s" strip flags from linking commands
Now in portage... Thanks for the patch...