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 CE8A715802F for ; Fri, 31 Mar 2023 05:32:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29038E0894; Fri, 31 Mar 2023 05:32:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 15349E0894 for ; Fri, 31 Mar 2023 05:32:06 +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 1AF8A33BF5B for ; Fri, 31 Mar 2023 05:32:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79FF98E5 for ; Fri, 31 Mar 2023 05:32:04 +0000 (UTC) From: "罗百科" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "罗百科" Message-ID: <1680240652.6561a6f0d25201d28d2495eb1a8c0ee00b0fcc93.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libcaca/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libcaca/libcaca-0.99_beta19-r11.ebuild X-VCS-Directories: media-libs/libcaca/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: 6561a6f0d25201d28d2495eb1a8c0ee00b0fcc93 X-VCS-Branch: master Date: Fri, 31 Mar 2023 05:32:04 +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: 1697d09d-6e89-40fe-8b89-9f3bea761a82 X-Archives-Hash: a6dc4b2f2846be012ba2174a425b4fdb commit: 6561a6f0d25201d28d2495eb1a8c0ee00b0fcc93 Author: Patrick Lauer gentoo org> AuthorDate: Fri Mar 31 05:30:52 2023 +0000 Commit: 罗百科 gentoo org> CommitDate: Fri Mar 31 05:30:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6561a6f0 media-libs/libcaca: Fix S Closes: https://bugs.gentoo.org/903625 Signed-off-by: Patrick Lauer gentoo.org> media-libs/libcaca/libcaca-0.99_beta19-r11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libcaca/libcaca-0.99_beta19-r11.ebuild b/media-libs/libcaca/libcaca-0.99_beta19-r11.ebuild index 25ffa5d82c40..16b2b1278595 100644 --- a/media-libs/libcaca/libcaca-0.99_beta19-r11.ebuild +++ b/media-libs/libcaca/libcaca-0.99_beta19-r11.ebuild @@ -9,7 +9,7 @@ MY_P=${P/_/.} DESCRIPTION="A library that creates colored ASCII-art graphics" HOMEPAGE="http://libcaca.zoy.org/" SRC_URI="http://libcaca.zoy.org/files/${PN}/${MY_P}.tar.gz" -S="${WORKDIR}/all/${MY_P}" +S="${WORKDIR}/${MY_P}" LICENSE="GPL-2 ISC LGPL-2.1 WTFPL-2" SLOT="0"