From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 302C7138CDF for ; Fri, 12 Jun 2015 19:09:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACDEEE0838; Fri, 12 Jun 2015 19:09:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07DECE0838 for ; Fri, 12 Jun 2015 19:09:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C7A4340A3E for ; Fri, 12 Jun 2015 19:09:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7390EA2D for ; Fri, 12 Jun 2015 19:09:45 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1434136091.7cf2360d174064f2c0e03e053756c7b950b69a08.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kolourpaint/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kolourpaint/kolourpaint-15.04.2.ebuild kde-apps/kolourpaint/kolourpaint-15.04.49.9999.ebuild kde-apps/kolourpaint/kolourpaint-9999.ebuild X-VCS-Directories: kde-apps/kolourpaint/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 7cf2360d174064f2c0e03e053756c7b950b69a08 X-VCS-Branch: master Date: Fri, 12 Jun 2015 19:09:45 +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: 7f8efc9f-de1e-4a01-9dd2-5339b72655c8 X-Archives-Hash: 395de2f903e2e08e74f7e57fbb012cae commit: 7cf2360d174064f2c0e03e053756c7b950b69a08 Author: Michael Palimaka gentoo org> AuthorDate: Fri Jun 12 19:08:11 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Jun 12 19:08:11 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7cf2360d [kde-apps/kolourpaint] kde-base -> kde-apps. Package-Manager: portage-2.2.20 kde-apps/kolourpaint/kolourpaint-15.04.2.ebuild | 4 ++-- kde-apps/kolourpaint/kolourpaint-15.04.49.9999.ebuild | 4 ++-- kde-apps/kolourpaint/kolourpaint-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kde-apps/kolourpaint/kolourpaint-15.04.2.ebuild b/kde-apps/kolourpaint/kolourpaint-15.04.2.ebuild index 58c6237..cc7d8db 100644 --- a/kde-apps/kolourpaint/kolourpaint-15.04.2.ebuild +++ b/kde-apps/kolourpaint/kolourpaint-15.04.2.ebuild @@ -19,7 +19,7 @@ RDEPEND="${DEPEND}" pkg_postinst() { kde4-base_pkg_postinst - if ! has_version kde-base/ksaneplugin:${SLOT} ; then - elog "To enable scanner support, please install kde-base/ksaneplugin:${SLOT}" + if ! has_version kde-apps/ksaneplugin:${SLOT} ; then + elog "To enable scanner support, please install kde-apps/ksaneplugin:${SLOT}" fi } diff --git a/kde-apps/kolourpaint/kolourpaint-15.04.49.9999.ebuild b/kde-apps/kolourpaint/kolourpaint-15.04.49.9999.ebuild index 82d96bf..33dc3d1 100644 --- a/kde-apps/kolourpaint/kolourpaint-15.04.49.9999.ebuild +++ b/kde-apps/kolourpaint/kolourpaint-15.04.49.9999.ebuild @@ -19,7 +19,7 @@ RDEPEND="${DEPEND}" pkg_postinst() { kde4-base_pkg_postinst - if ! has_version kde-base/ksaneplugin:${SLOT} ; then - elog "To enable scanner support, please install kde-base/ksaneplugin:${SLOT}" + if ! has_version kde-apps/ksaneplugin:${SLOT} ; then + elog "To enable scanner support, please install kde-apps/ksaneplugin:${SLOT}" fi } diff --git a/kde-apps/kolourpaint/kolourpaint-9999.ebuild b/kde-apps/kolourpaint/kolourpaint-9999.ebuild index 82d96bf..33dc3d1 100644 --- a/kde-apps/kolourpaint/kolourpaint-9999.ebuild +++ b/kde-apps/kolourpaint/kolourpaint-9999.ebuild @@ -19,7 +19,7 @@ RDEPEND="${DEPEND}" pkg_postinst() { kde4-base_pkg_postinst - if ! has_version kde-base/ksaneplugin:${SLOT} ; then - elog "To enable scanner support, please install kde-base/ksaneplugin:${SLOT}" + if ! has_version kde-apps/ksaneplugin:${SLOT} ; then + elog "To enable scanner support, please install kde-apps/ksaneplugin:${SLOT}" fi }