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 BF8C41381F3 for ; Tue, 31 Mar 2020 03:59:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1287EE0A83; Tue, 31 Mar 2020 03:59:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6A5F1E0A83 for ; Tue, 31 Mar 2020 03:59:47 +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 0B58934EDDE for ; Tue, 31 Mar 2020 03:59:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA2321AF for ; Tue, 31 Mar 2020 03:59:43 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1585626884.ea604922797170fb5486b98c30c343de3e981905.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/create-iso.sh X-VCS-Directories: targets/support/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ea604922797170fb5486b98c30c343de3e981905 X-VCS-Branch: master Date: Tue, 31 Mar 2020 03:59:43 +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: 076e2aad-a540-4b3d-b9ff-769038138b8c X-Archives-Hash: c824d57945539fcfe8ddd0b9aea408f8 commit: ea604922797170fb5486b98c30c343de3e981905 Author: Matt Turner gentoo org> AuthorDate: Tue Mar 31 03:10:39 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Mar 31 03:54:44 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=ea604922 targets: Specify the virtual/cdrtools, not providers Signed-off-by: Matt Turner gentoo.org> targets/support/create-iso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh index 62ed0088..f7358b3c 100755 --- a/targets/support/create-iso.sh +++ b/targets/support/create-iso.sh @@ -21,7 +21,7 @@ case ${clst_hostarch} in ;; *) cdmaker="mkisofs" - cdmakerpkg="app-cdr/cdrkit or app-cdr/cdrtools" + cdmakerpkg="virtual/cdrtools" ;; esac