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 51AFF139694 for ; Sun, 4 Jun 2017 22:00:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B992121C03C; Sun, 4 Jun 2017 22:00:13 +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 90DFB21C03C for ; Sun, 4 Jun 2017 22:00:13 +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 17D75341770 for ; Sun, 4 Jun 2017 22:00:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B505E7467 for ; Sun, 4 Jun 2017 22:00:09 +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: <1496613588.e8041b0002df5b40f3c867251725bcc1378c5218.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-sound/kaudiocreator/ X-VCS-Repository: proj/kde X-VCS-Files: media-sound/kaudiocreator/kaudiocreator-9999.ebuild X-VCS-Directories: media-sound/kaudiocreator/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e8041b0002df5b40f3c867251725bcc1378c5218 X-VCS-Branch: master Date: Sun, 4 Jun 2017 22:00:09 +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: 41735c4f-19bc-4ded-8a84-0539b0a6861c X-Archives-Hash: d29321ee5e07fcfab7503c3ef6ba8443 commit: e8041b0002df5b40f3c867251725bcc1378c5218 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 4 21:59:48 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 4 21:59:48 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e8041b00 media-sound/kaudiocreator: Fix elog typo Package-Manager: Portage-2.3.5, Repoman-2.3.1 media-sound/kaudiocreator/kaudiocreator-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/kaudiocreator/kaudiocreator-9999.ebuild b/media-sound/kaudiocreator/kaudiocreator-9999.ebuild index 44f63f1425..5bc8f02020 100644 --- a/media-sound/kaudiocreator/kaudiocreator-9999.ebuild +++ b/media-sound/kaudiocreator/kaudiocreator-9999.ebuild @@ -51,7 +51,7 @@ pkg_postinst() { has_version media-sound/vorbis-tools && stcnt=$((stcnt+1)) if [[ ${stcnt} -lt 1 ]] ; then - ewarn "You you should emerge at least one of the following packages" + ewarn "You should emerge at least one of the following packages" ewarn "for ${PN} to do anything useful." fi elog "Optional runtime dependencies:"