Project:PostgreSQL/Version Bump
From Gentoo Wiki
Jump to:navigation
Jump to:search
In most cases, a simple copy/rename will be enough. Except, when introducing a new slot.
Testing Version Bump
for p in postgresql-*.ebuild; do
ebuild ${p} clean
USE="-server" ebuild ${p} install || break
ebuild ${p} clean
USE="server" FEATURES="userpriv test" LC_ALL="C" ebuild ${p} install || break
ebuild ${p} clean
done