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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 961A915802F for ; Sat, 1 Apr 2023 10:11:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDAE5E086B; Sat, 1 Apr 2023 10:11:08 +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 A724CE086B for ; Sat, 1 Apr 2023 10:11:08 +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 8DA77340F13 for ; Sat, 1 Apr 2023 10:11:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6E5B39 for ; Sat, 1 Apr 2023 10:11:05 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1680343859.6137bd9ae56a9eab18c60cdd08c80e3b80e76599.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/hydrogen/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/hydrogen/hydrogen-9999.ebuild X-VCS-Directories: media-sound/hydrogen/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 6137bd9ae56a9eab18c60cdd08c80e3b80e76599 X-VCS-Branch: master Date: Sat, 1 Apr 2023 10:11:05 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f8c12fea-be30-4da7-bc43-3d6e5e173bd6 X-Archives-Hash: 49cb976ce9c0343ec5ec43f9bb1e001e commit: 6137bd9ae56a9eab18c60cdd08c80e3b80e76599 Author: Miroslav Šulc gentoo org> AuthorDate: Sat Apr 1 10:10:41 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Apr 1 10:10:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6137bd9a media-sound/hydrogen: updated live ebuild Signed-off-by: Miroslav Šulc gentoo.org> media-sound/hydrogen/hydrogen-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/hydrogen/hydrogen-9999.ebuild b/media-sound/hydrogen/hydrogen-9999.ebuild index 702e13743568..b93c44605a79 100644 --- a/media-sound/hydrogen/hydrogen-9999.ebuild +++ b/media-sound/hydrogen/hydrogen-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -55,7 +55,7 @@ DEPEND=" " RDEPEND="${CDEPEND}" -DOCS=( AUTHORS ChangeLog DEVELOPERS README.txt ) +DOCS=( AUTHORS ChangeLog DEVELOPERS README.md ) PATCHES=( "${FILESDIR}/${PN}-1.1.0-gnuinstalldirs.patch"