diff options
author | Sam James <sam@gentoo.org> | 2023-03-27 14:52:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-27 14:52:18 +0100 |
commit | b7603f500813fc5cd0e13b492d10e90f0aa53296 (patch) | |
tree | 4ef7c97355349060132114799e0d9afe39be01e5 /dev-db | |
parent | dev-db/mariadb: fix build w/ gcc-13 (diff) | |
download | gentoo-b7603f500813fc5cd0e13b492d10e90f0aa53296.tar.gz gentoo-b7603f500813fc5cd0e13b492d10e90f0aa53296.tar.bz2 gentoo-b7603f500813fc5cd0e13b492d10e90f0aa53296.zip |
dev-db/postgresql: Stabilize 10.23 amd64, #903191
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-10.23.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-10.23.ebuild b/dev-db/postgresql/postgresql-10.23.ebuild index 8f779fb24286..4f99fd0c4cd2 100644 --- a/dev-db/postgresql/postgresql-10.23.ebuild +++ b/dev-db/postgresql/postgresql-10.23.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{9,10,11} ) inherit flag-o-matic linux-info pam python-single-r1 systemd tmpfiles -KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-macos ~x86-solaris" SLOT=$(ver_cut 1) |