diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-02-02 23:46:56 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-02-02 23:49:48 +0200 |
commit | de0b6f1c75f68ca81fddfbd5c79cd077197299ee (patch) | |
tree | a9b27e7d2a0645c3cb85b5af08cc44f2b7d40738 /net-misc/libteam | |
parent | app-misc/lcdproc: fix -fno-common compilation (diff) | |
download | gentoo-de0b6f1c75f68ca81fddfbd5c79cd077197299ee.tar.gz gentoo-de0b6f1c75f68ca81fddfbd5c79cd077197299ee.tar.bz2 gentoo-de0b6f1c75f68ca81fddfbd5c79cd077197299ee.zip |
net-misc/libteam: ppc/ppc64 stable (bug #699132)
Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'net-misc/libteam')
-rw-r--r-- | net-misc/libteam/libteam-1.22.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/libteam/libteam-1.22.ebuild b/net-misc/libteam/libteam-1.22.ebuild index 4d69259df53a..67f37cc9413f 100644 --- a/net-misc/libteam/libteam-1.22.ebuild +++ b/net-misc/libteam/libteam-1.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://libteam.org/files/${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86" IUSE="dbus debug examples static-libs +syslog zmq" DEPEND=">=dev-libs/jansson-2.4 |