From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-950262-garchives=archives.gentoo.org@lists.gentoo.org> 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 28A8E139694 for <garchives@archives.gentoo.org>; Tue, 16 May 2017 20:35:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EFC2E0DF3; Tue, 16 May 2017 20:35:50 +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 4BDE9E0DF3 for <gentoo-commits@lists.gentoo.org>; Tue, 16 May 2017 20:35:50 +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 54FB534167D for <gentoo-commits@lists.gentoo.org>; Tue, 16 May 2017 20:35:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C36054EBE for <gentoo-commits@lists.gentoo.org>; Tue, 16 May 2017 20:35:47 +0000 (UTC) From: "Lars Wendler" <polynomial-c@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" <polynomial-c@gentoo.org> Message-ID: <1494966944.c279ee812958b4c27a160ae0d7ad1c580f51e9d3.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/clementine/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/clementine/clementine-1.3.1-r6.ebuild media-sound/clementine/clementine-9999.ebuild X-VCS-Directories: media-sound/clementine/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: c279ee812958b4c27a160ae0d7ad1c580f51e9d3 X-VCS-Branch: master Date: Tue, 16 May 2017 20:35:47 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f05c6fe5-cc8b-4d52-8f76-8e024c08cafd X-Archives-Hash: 9175e1383b58711869bf2a7aac774e04 commit: c279ee812958b4c27a160ae0d7ad1c580f51e9d3 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Tue May 16 20:35:30 2017 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Tue May 16 20:35:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c279ee81 media-sound/clementine: Make QA checks happy... Package-Manager: Portage-2.3.5, Repoman-2.3.2 media-sound/clementine/clementine-1.3.1-r6.ebuild | 2 +- media-sound/clementine/clementine-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/clementine/clementine-1.3.1-r6.ebuild b/media-sound/clementine/clementine-1.3.1-r6.ebuild index 05e76bdcae3..583af09c1e7 100644 --- a/media-sound/clementine/clementine-1.3.1-r6.ebuild +++ b/media-sound/clementine/clementine-1.3.1-r6.ebuild @@ -167,7 +167,7 @@ pkg_postinst() { gnome2_icon_cache_update elog "Note that list of supported formats is controlled by media-plugins/gst-plugins-meta " - elog "USE flags. You may be intrested in setting aac, flac, mp3, ogg or wavpack USE flags " + elog "USE flags. You may be intrested in setting aac, flac, mp3, ogg or wavpack USE flags " elog "depending on your preferences" } diff --git a/media-sound/clementine/clementine-9999.ebuild b/media-sound/clementine/clementine-9999.ebuild index 24c79e1281b..7c4e4dee814 100644 --- a/media-sound/clementine/clementine-9999.ebuild +++ b/media-sound/clementine/clementine-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -164,7 +164,7 @@ pkg_postinst() { gnome2_icon_cache_update elog "Note that list of supported formats is controlled by media-plugins/gst-plugins-meta " - elog "USE flags. You may be intrested in setting aac, flac, mp3, ogg or wavpack USE flags " + elog "USE flags. You may be intrested in setting aac, flac, mp3, ogg or wavpack USE flags " elog "depending on your preferences" }