commit: 7ed3b2af49e86956f362d14906831f31e2924089 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Mar 24 22:25:44 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Mar 24 22:26:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed3b2af
dev-db/postgresql: add missing llvm.eclass inherit Revbump is needed as requested/needed LLVM versions may not have been used. Closes: https://bugs.gentoo.org/835887 Signed-off-by: Sam James <sam <AT> gentoo.org> .../postgresql/{postgresql-13.6-r1.ebuild => postgresql-13.6-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/postgresql/postgresql-13.6-r1.ebuild b/dev-db/postgresql/postgresql-13.6-r2.ebuild similarity index 99% rename from dev-db/postgresql/postgresql-13.6-r1.ebuild rename to dev-db/postgresql/postgresql-13.6-r2.ebuild index 166a5befa679..7c89241ebf32 100644 --- a/dev-db/postgresql/postgresql-13.6-r1.ebuild +++ b/dev-db/postgresql/postgresql-13.6-r2.ebuild @@ -6,7 +6,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8,9,10} ) LLVM_MAX_SLOT=14 -inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd tmpfiles +inherit flag-o-matic linux-info llvm multilib pam prefix python-single-r1 systemd tmpfiles KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
