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 25A7713832E for ; Fri, 12 Aug 2016 19:32:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F50621C08C; Fri, 12 Aug 2016 19:32:17 +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 411D621C08C for ; Fri, 12 Aug 2016 19:32:17 +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 73BE2340BD7 for ; Fri, 12 Aug 2016 19:32:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B5D87CB for ; Fri, 12 Aug 2016 19:32:12 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1471030261.5f7e3a4eceb48da428f371bfd9103b0e938912d0.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/darktable/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/darktable/darktable-2.0.3.ebuild media-gfx/darktable/darktable-2.0.4.ebuild media-gfx/darktable/darktable-2.0.5.ebuild X-VCS-Directories: media-gfx/darktable/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 5f7e3a4eceb48da428f371bfd9103b0e938912d0 X-VCS-Branch: master Date: Fri, 12 Aug 2016 19:32: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: cec66656-daa2-4d37-ba51-07195258176e X-Archives-Hash: 2ff514e4667deb53a880557a1c2a0b6d commit: 5f7e3a4eceb48da428f371bfd9103b0e938912d0 Author: Markus Meier gentoo org> AuthorDate: Fri Aug 12 19:31:01 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Fri Aug 12 19:31:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7e3a4e media-gfx/darktable: improve ewarn sentence a bit, bug #589024 Package-Manager: portage-2.3.0 media-gfx/darktable/darktable-2.0.3.ebuild | 2 +- media-gfx/darktable/darktable-2.0.4.ebuild | 2 +- media-gfx/darktable/darktable-2.0.5.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-gfx/darktable/darktable-2.0.3.ebuild b/media-gfx/darktable/darktable-2.0.3.ebuild index 0192540..aeb9318 100644 --- a/media-gfx/darktable/darktable-2.0.3.ebuild +++ b/media-gfx/darktable/darktable-2.0.3.ebuild @@ -138,7 +138,7 @@ pkg_postinst() { elog "please bear in mind that your edits will be preserved during this process," elog "but it will not be possible to downgrade from 2.0 to 1.6 any more." echo - ewarn "There will not be possible to downgrade!" + ewarn "It will not be possible to downgrade!" } pkg_postrm() { diff --git a/media-gfx/darktable/darktable-2.0.4.ebuild b/media-gfx/darktable/darktable-2.0.4.ebuild index 0192540..aeb9318 100644 --- a/media-gfx/darktable/darktable-2.0.4.ebuild +++ b/media-gfx/darktable/darktable-2.0.4.ebuild @@ -138,7 +138,7 @@ pkg_postinst() { elog "please bear in mind that your edits will be preserved during this process," elog "but it will not be possible to downgrade from 2.0 to 1.6 any more." echo - ewarn "There will not be possible to downgrade!" + ewarn "It will not be possible to downgrade!" } pkg_postrm() { diff --git a/media-gfx/darktable/darktable-2.0.5.ebuild b/media-gfx/darktable/darktable-2.0.5.ebuild index 9359328..a84180c 100644 --- a/media-gfx/darktable/darktable-2.0.5.ebuild +++ b/media-gfx/darktable/darktable-2.0.5.ebuild @@ -138,7 +138,7 @@ pkg_postinst() { elog "please bear in mind that your edits will be preserved during this process," elog "but it will not be possible to downgrade from 2.0 to 1.6 any more." echo - ewarn "There will not be possible to downgrade!" + ewarn "It will not be possible to downgrade!" } pkg_postrm() {