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 500611396D0 for ; Thu, 17 Aug 2017 18:58:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FF8F1FC04E; Thu, 17 Aug 2017 18:58:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4BF121FC042 for ; Thu, 17 Aug 2017 18:58:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 675FF3418CC for ; Thu, 17 Aug 2017 18:58:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAB197933 for ; Thu, 17 Aug 2017 18:58:47 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1502996287.23d181ef951f1dd863aa44b3901f03192b8bca1b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/kflickr/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/kflickr/kflickr-0.9.1_p1.ebuild X-VCS-Directories: media-gfx/kflickr/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 23d181ef951f1dd863aa44b3901f03192b8bca1b X-VCS-Branch: master Date: Thu, 17 Aug 2017 18:58:47 +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: 668b24f2-aac1-40e6-b39d-4b9ccc1c357e X-Archives-Hash: 3c67be4a0b27a534175b52bb3945e1e2 commit: 23d181ef951f1dd863aa44b3901f03192b8bca1b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 13 22:48:43 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 17 18:58:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23d181ef media-gfx/kflickr: Add QT3SUPPORT_REQUIRED="true", SQL_REQUIRED="always" Package-Manager: Portage-2.3.6, Repoman-2.3.3 media-gfx/kflickr/kflickr-0.9.1_p1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-gfx/kflickr/kflickr-0.9.1_p1.ebuild b/media-gfx/kflickr/kflickr-0.9.1_p1.ebuild index 5bd4e7c5ea1..b51a3df7da0 100644 --- a/media-gfx/kflickr/kflickr-0.9.1_p1.ebuild +++ b/media-gfx/kflickr/kflickr-0.9.1_p1.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 +QT3SUPPORT_REQUIRED="true" +SQL_REQUIRED="always" inherit kde4-base DESCRIPTION="KDE flickr.com image uploading program"