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 7A372138334 for ; Sat, 15 Sep 2018 11:58:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05FDCE0A4F; Sat, 15 Sep 2018 11:58:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D323BE0A4F for ; Sat, 15 Sep 2018 11:58:32 +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 C09EB335CFA for ; Sat, 15 Sep 2018 11:58:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 939BC3DB for ; Sat, 15 Sep 2018 11:58:28 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1537012698.a63dfadb2fe4d8e92614e3537473a34fd82592f1.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sbc/sbc-1.3.ebuild X-VCS-Directories: media-libs/sbc/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: a63dfadb2fe4d8e92614e3537473a34fd82592f1 X-VCS-Branch: master Date: Sat, 15 Sep 2018 11:58:28 +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: 7724bf8b-8b4b-4082-ab33-786615d9ca99 X-Archives-Hash: 79f91d6c7ccb1c150a8e7021c747bf4e commit: a63dfadb2fe4d8e92614e3537473a34fd82592f1 Author: Pacho Ramos gentoo org> AuthorDate: Sat Sep 15 11:48:57 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Sep 15 11:58:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a63dfadb media-libs/sbc: Make repoman happy Package-Manager: Portage-2.3.49, Repoman-2.3.10 media-libs/sbc/sbc-1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/sbc/sbc-1.3.ebuild b/media-libs/sbc/sbc-1.3.ebuild index 7fbec217db8..2fc75c06ff3 100644 --- a/media-libs/sbc/sbc-1.3.ebuild +++ b/media-libs/sbc/sbc-1.3.ebuild @@ -4,7 +4,7 @@ EAPI=7 inherit multilib multilib-minimal -DESCRIPTION="An audio codec to connect bluetooth high quality audio devices like headphones or loudspeakers" +DESCRIPTION="Audio codec to connect bluetooth HQ audio devices as headphones or loudspeakers" HOMEPAGE="https://git.kernel.org/?p=bluetooth/sbc.git http://www.bluez.org/sbc-10/" SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"