diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-09-16 09:43:26 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-09-16 09:43:26 +0200 |
commit | a630d810f1f89316549f261747e651fade7cfe9d (patch) | |
tree | 8158035a307ee39c626cf776305c9fdb526e3952 /sys-libs/readline | |
parent | app-shells/bash: Re-enabled KEYWORDS. (diff) | |
download | gentoo-a630d810f1f89316549f261747e651fade7cfe9d.tar.gz gentoo-a630d810f1f89316549f261747e651fade7cfe9d.tar.bz2 gentoo-a630d810f1f89316549f261747e651fade7cfe9d.zip |
sys-libs/readline: Re-enabled KEYWORDS.
Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-libs/readline')
-rw-r--r-- | sys-libs/readline/readline-7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/readline/readline-7.0.ebuild b/sys-libs/readline/readline-7.0.ebuild index 8ecb6e41b890..d504052c3de2 100644 --- a/sys-libs/readline/readline-7.0.ebuild +++ b/sys-libs/readline/readline-7.0.ebuild @@ -36,7 +36,7 @@ esac LICENSE="GPL-3" SLOT="0/7" # subslot matches SONAME major -#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" IUSE="static-libs utils" RDEPEND=">=sys-libs/ncurses-5.9-r3:0=[static-libs?,${MULTILIB_USEDEP}]" |