From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 350891382C5 for ; Sat, 17 Feb 2018 15:29:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9279BE0A5D; Sat, 17 Feb 2018 15:29:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7099CE0A5D for ; Sat, 17 Feb 2018 15:29:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86C63335C0C for ; Sat, 17 Feb 2018 15:29:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44A801C5 for ; Sat, 17 Feb 2018 15:29:12 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1518881347.2e9440cb85926e70c6fe4260b65b0bc268405b82.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/qimageblitz/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild X-VCS-Directories: media-libs/qimageblitz/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2e9440cb85926e70c6fe4260b65b0bc268405b82 X-VCS-Branch: master Date: Sat, 17 Feb 2018 15:29:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b4c0d210-cd83-4d35-a424-89300a4ed144 X-Archives-Hash: 7bd2cb554cbb8a29e60d68acfb8a6e97 commit: 2e9440cb85926e70c6fe4260b65b0bc268405b82 Author: Michał Górny gentoo org> AuthorDate: Sat Feb 17 15:27:33 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Feb 17 15:29:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e9440cb media-libs/qimageblitz: Remove *-fbsd due to Qt5 dep media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild b/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild index 90763d078dd..a9370aa19ec 100644 --- a/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild +++ b/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ HOMEPAGE="https://websvn.kde.org/trunk/kdesupport/qimageblitz/" SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz" LICENSE="GPL-2 LGPL-2" -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" SLOT="0" IUSE="altivec cpu_flags_x86_3dnow cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 debug"