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 E3193139085 for ; Mon, 16 Jan 2017 14:14:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33C7E21C081; Mon, 16 Jan 2017 14:14:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 151B121C081 for ; Mon, 16 Jan 2017 14:14:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4DD28341016 for ; Mon, 16 Jan 2017 14:14:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FDB72418 for ; Mon, 16 Jan 2017 14:14:08 +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: <1484576012.5a3cf007dd2ea99339afc49e4c415d32c8fe27d6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/thumbnailers/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/thumbnailers/thumbnailers-16.08.3.ebuild kde-apps/thumbnailers/thumbnailers-16.12.1.ebuild X-VCS-Directories: kde-apps/thumbnailers/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5a3cf007dd2ea99339afc49e4c415d32c8fe27d6 X-VCS-Branch: master Date: Mon, 16 Jan 2017 14:14:08 +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: a067f672-9c2d-4e91-8222-3fec00023854 X-Archives-Hash: 92c6b5cccdceb3e43cf2540c9f7b27f5 commit: 5a3cf007dd2ea99339afc49e4c415d32c8fe27d6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jan 16 14:10:32 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jan 16 14:13:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a3cf007 kde-apps/thumbnailers: Set KDE_BLOCK_SLOT4=false Gentoo-bug: 605832 Package-Manager: portage-2.3.0 kde-apps/thumbnailers/thumbnailers-16.08.3.ebuild | 3 ++- kde-apps/thumbnailers/thumbnailers-16.12.1.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/kde-apps/thumbnailers/thumbnailers-16.08.3.ebuild b/kde-apps/thumbnailers/thumbnailers-16.08.3.ebuild index 8908ccb..dbb4c91 100644 --- a/kde-apps/thumbnailers/thumbnailers-16.08.3.ebuild +++ b/kde-apps/thumbnailers/thumbnailers-16.08.3.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 +KDE_BLOCK_SLOT4="false" KMNAME="kdegraphics-thumbnailers" inherit kde5 diff --git a/kde-apps/thumbnailers/thumbnailers-16.12.1.ebuild b/kde-apps/thumbnailers/thumbnailers-16.12.1.ebuild index ab0f9b8..785cf0b 100644 --- a/kde-apps/thumbnailers/thumbnailers-16.12.1.ebuild +++ b/kde-apps/thumbnailers/thumbnailers-16.12.1.ebuild @@ -4,6 +4,7 @@ EAPI=6 +KDE_BLOCK_SLOT4="false" KMNAME="kdegraphics-thumbnailers" inherit kde5