diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-12-27 13:42:12 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-12-27 13:47:07 +0100 |
commit | 65809c8e134c8f9519af73c18a1284bff879507f (patch) | |
tree | a102216cc2ab048c879ccca06cc19f8c127dfc2c /dev-db | |
parent | virtual/krb5: drop Prefix keywords, no deps match (diff) | |
download | gentoo-65809c8e134c8f9519af73c18a1284bff879507f.tar.gz gentoo-65809c8e134c8f9519af73c18a1284bff879507f.tar.bz2 gentoo-65809c8e134c8f9519af73c18a1284bff879507f.zip |
profiles/prefix/package.use.mask: mask unkeyworded flags for dev-db/postgresql
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-9.6.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-9.6.11.ebuild b/dev-db/postgresql/postgresql-9.6.11.ebuild index 6fed77d2d3f4..02f04067dc1d 100644 --- a/dev-db/postgresql/postgresql-9.6.11.ebuild +++ b/dev-db/postgresql/postgresql-9.6.11.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 ~ppc-macos ~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_version_component_range 1-2)" |