diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-25 20:10:44 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-25 20:10:44 +0300 |
commit | dd60728a72177448a0f71650fdcbd39b34deacc1 (patch) | |
tree | 862f128e5077b19494fda83a59b141baf4b1f40e /sys-libs | |
parent | app-emulation/cloud-init: cleanup old revisions (diff) | |
download | gentoo-dd60728a72177448a0f71650fdcbd39b34deacc1.tar.gz gentoo-dd60728a72177448a0f71650fdcbd39b34deacc1.tar.bz2 gentoo-dd60728a72177448a0f71650fdcbd39b34deacc1.zip |
sys-libs/talloc: amd64 stable wrt bug #664316
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/talloc/talloc-2.1.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/talloc/talloc-2.1.14.ebuild b/sys-libs/talloc/talloc-2.1.14.ebuild index 976ef2271ab9..48b8134238a5 100644 --- a/sys-libs/talloc/talloc-2.1.14.ebuild +++ b/sys-libs/talloc/talloc-2.1.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SRC_URI="https://www.samba.org/ftp/${PN}/${P}.tar.gz" LICENSE="GPL-3 LGPL-3+ LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x64-solaris" IUSE="compat +python" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |