diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2020-12-31 11:47:24 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-12-31 11:22:05 +0000 |
commit | fbbca5b8a7bccc9fc0ee3e9c84603b95efb0b70b (patch) | |
tree | 7db1c264d674798413e2897a269cf9a087324756 /dev-db | |
parent | dev-python/virtualenv: Remove old (diff) | |
download | gentoo-fbbca5b8a7bccc9fc0ee3e9c84603b95efb0b70b.tar.gz gentoo-fbbca5b8a7bccc9fc0ee3e9c84603b95efb0b70b.tar.bz2 gentoo-fbbca5b8a7bccc9fc0ee3e9c84603b95efb0b70b.zip |
dev-db/postgresql: stable 13.1 for sparc, bug #762625
Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-13.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-13.1.ebuild b/dev-db/postgresql/postgresql-13.1.ebuild index 85939708487c..a4efa3cf3bbc 100644 --- a/dev-db/postgresql/postgresql-13.1.ebuild +++ b/dev-db/postgresql/postgresql-13.1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT=$(ver_cut 1) |