diff options
author | 2019-12-21 14:00:33 +0300 | |
---|---|---|
committer | 2019-12-21 14:00:55 +0300 | |
commit | 42c870ce2addc073357bd67f3ebef39bfc2548fc (patch) | |
tree | ba72ca0b69523e7fd0dd00389ef03c520258d494 /dev-db/postgresql/postgresql-12.1.ebuild | |
parent | dev-lang/rust: add nightly useflag to 1.40.0 (diff) | |
download | gentoo-42c870ce2addc073357bd67f3ebef39bfc2548fc.tar.gz gentoo-42c870ce2addc073357bd67f3ebef39bfc2548fc.tar.bz2 gentoo-42c870ce2addc073357bd67f3ebef39bfc2548fc.zip |
dev-db/postgresql: arm stable wrt bug #702998
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-db/postgresql/postgresql-12.1.ebuild')
-rw-r--r-- | dev-db/postgresql/postgresql-12.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-12.1.ebuild b/dev-db/postgresql/postgresql-12.1.ebuild index e35ee1d67e6a..78ba8c159ba3 100644 --- a/dev-db/postgresql/postgresql-12.1.ebuild +++ b/dev-db/postgresql/postgresql-12.1.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 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 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 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT=$(ver_cut 1) |