diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-06-15 16:13:11 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-06-15 16:13:33 -0400 |
commit | 81aefdb7ab2381453d90081ddaf95029f40b4bda (patch) | |
tree | c88573a9d839fd616910ac8fdecdb1e2d3f5e821 /dev-db | |
parent | sys-kernel/gentoo-sources: 5.0.X series is EOL'd (diff) | |
download | gentoo-81aefdb7ab2381453d90081ddaf95029f40b4bda.tar.gz gentoo-81aefdb7ab2381453d90081ddaf95029f40b4bda.tar.bz2 gentoo-81aefdb7ab2381453d90081ddaf95029f40b4bda.zip |
dev-db/postgresql: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.67, Repoman-2.3.14
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-11.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-11.3.ebuild b/dev-db/postgresql/postgresql-11.3.ebuild index 4b7ed639724d..f783365d3a6d 100644 --- a/dev-db/postgresql/postgresql-11.3.ebuild +++ b/dev-db/postgresql/postgresql-11.3.ebuild @@ -11,7 +11,7 @@ PLOCALES="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru sk sl sv tr zh_CN inherit flag-o-matic l10n linux-info multilib pam prefix python-single-r1 \ systemd user versionator -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~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 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT=$(get_major_version) |