commit: 528c75a92d7609a7bcbadcdb9f5fe26b9e2e94f0 Author: NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com> AuthorDate: Mon Feb 9 20:54:41 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Feb 10 00:06:22 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=528c75a9
dev-db/postgresql: drop stale dependencies Openjade and Opensp were dropped as bdeps in postgres-11 They are also not in bdeps in earlier in-tree versions 14, 15, 16 Drop them from 17, 18 and live. Closes: https://bugs.gentoo.org/969835 Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com> Part-of: https://github.com/gentoo/gentoo/pull/45716 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-db/postgresql/postgresql-17.7.ebuild | 5 ++--- dev-db/postgresql/postgresql-18.1.ebuild | 5 ++--- dev-db/postgresql/postgresql-9999.ebuild | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/dev-db/postgresql/postgresql-17.7.ebuild b/dev-db/postgresql/postgresql-17.7.ebuild index 765349e67216..468826628190 100644 --- a/dev-db/postgresql/postgresql-17.7.ebuild +++ b/dev-db/postgresql/postgresql-17.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -86,10 +86,9 @@ RDEPEND="${CDEPEND} selinux? ( sec-policy/selinux-postgresql ) " -# Openjade, docbook, XML, and XSLT are needed to generate manpages and +# Docbook, XML, and XSLT are needed to generate manpages and # any documentation that may be elected. BDEPEND=" -app-text/openjade app-text/docbook-dsssl-stylesheets app-text/docbook-sgml-dtd:4.5 app-text/docbook-xml-dtd:4.5 diff --git a/dev-db/postgresql/postgresql-18.1.ebuild b/dev-db/postgresql/postgresql-18.1.ebuild index feb34b8c8f1d..c2df6f88ea0f 100644 --- a/dev-db/postgresql/postgresql-18.1.ebuild +++ b/dev-db/postgresql/postgresql-18.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -87,10 +87,9 @@ RDEPEND="${CDEPEND} selinux? ( sec-policy/selinux-postgresql ) " -# Openjade, docbook, XML, and XSLT are needed to generate manpages and +# Docbook, XML, and XSLT are needed to generate manpages and # any documentation that may be elected. BDEPEND=" -app-text/openjade app-text/docbook-dsssl-stylesheets app-text/docbook-sgml-dtd:4.5 app-text/docbook-xml-dtd:4.5 diff --git a/dev-db/postgresql/postgresql-9999.ebuild b/dev-db/postgresql/postgresql-9999.ebuild index 2eecdf33568c..849afb1ff1c6 100644 --- a/dev-db/postgresql/postgresql-9999.ebuild +++ b/dev-db/postgresql/postgresql-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -101,10 +101,9 @@ RDEPEND="${CDEPEND} selinux? ( sec-policy/selinux-postgresql ) " -# Openjade, docbook, XML, and XSLT are needed to generate manpages and +# Docbook, XML, and XSLT are needed to generate manpages and # any documentation that may be elected. BDEPEND=" -app-text/openjade app-text/docbook-dsssl-stylesheets app-text/docbook-sgml-dtd:4.5 app-text/docbook-xml-dtd:4.5
