diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-03-27 18:46:21 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-03-27 18:47:28 +0200 |
commit | 43937f3d0e29a0927ae9cd5e8debdbfb1dc49e19 (patch) | |
tree | 9f32f8e24efcd9fe32068fd32d806c7487d925d0 /dev-qt | |
parent | dev-qt/qtgui: ppc stable wrt bug #569924 (diff) | |
download | gentoo-43937f3d0e29a0927ae9cd5e8debdbfb1dc49e19.tar.gz gentoo-43937f3d0e29a0927ae9cd5e8debdbfb1dc49e19.tar.bz2 gentoo-43937f3d0e29a0927ae9cd5e8debdbfb1dc49e19.zip |
dev-qt/qtnetwork: ppc stable wrt bug #569924
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtnetwork/qtnetwork-5.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtnetwork/qtnetwork-5.5.1.ebuild b/dev-qt/qtnetwork/qtnetwork-5.5.1.ebuild index 652b2e149a9b..56a2b69e1c7c 100644 --- a/dev-qt/qtnetwork/qtnetwork-5.5.1.ebuild +++ b/dev-qt/qtnetwork/qtnetwork-5.5.1.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Network abstraction library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 hppa ppc64 ~x86" + KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 ~x86" fi IUSE="bindist connman libproxy networkmanager +ssl" |