From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1470740-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id DDA3E158020
	for <garchives@archives.gentoo.org>; Sat, 24 Dec 2022 12:55:29 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EA687E08BB;
	Sat, 24 Dec 2022 12:55:28 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id CEBF3E08BB
	for <gentoo-commits@lists.gentoo.org>; Sat, 24 Dec 2022 12:55:28 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id BCD07335DA0
	for <gentoo-commits@lists.gentoo.org>; Sat, 24 Dec 2022 12:55:27 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id F33DE7EB
	for <gentoo-commits@lists.gentoo.org>; Sat, 24 Dec 2022 12:55:25 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1671885382.c75baa7d092689c56ceaa3b40df27103d5f03e27.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/fq/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/fq/fq-0.2.0.ebuild
X-VCS-Directories: dev-util/fq/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: c75baa7d092689c56ceaa3b40df27103d5f03e27
X-VCS-Branch: master
Date: Sat, 24 Dec 2022 12:55:25 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: bdc9986d-199f-4ccc-82f8-8d6a23e52215
X-Archives-Hash: b3ed8b8cdbd753a4c45ae896315f8eec

commit:     c75baa7d092689c56ceaa3b40df27103d5f03e27
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 24 11:58:26 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 24 12:36:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c75baa7d

dev-util/fq: update DESCRIPTION

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/fq/fq-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/fq/fq-0.2.0.ebuild b/dev-util/fq/fq-0.2.0.ebuild
index 992916809c7e..f0077e0fe23a 100644
--- a/dev-util/fq/fq-0.2.0.ebuild
+++ b/dev-util/fq/fq-0.2.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 inherit go-module
 
-DESCRIPTION="Tool for working with binary data (jq for binary formats)"
+DESCRIPTION="Tool for working with binary data (app-misc/jq for binary formats)"
 HOMEPAGE="https://github.com/wader/fq"
 SRC_URI="https://github.com/wader/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz"