Version bump.
Created attachment 205357 [details, diff] Diff over current ebuild "examples" USE flag added, which installs openal-info. PA patch removed, as no longer valid. Need some testing if it is still needed.
Created attachment 205358 [details] Full ebuild
Created attachment 205365 [details, diff] Corrected diff over portage ebuild Sorry, I've forgot to remove 'multilib' USE, which I have initially planned to add (it's better to implement this via multilib overlay).
openal-info doesn't add any external deps, and i'd like it to be always present. useful small app. so applied this: -inherit cmake-utils eutils +inherit cmake-utils -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -PATCHES=( "${FILESDIR}/${P}-pa.patch" ) thanks for reporting.