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 E3788139337 for ; Sun, 25 Jul 2021 23:51:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BC9FE0C48; Sun, 25 Jul 2021 23:51:26 +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 21D7EE0C48 for ; Sun, 25 Jul 2021 23:51:26 +0000 (UTC) From: Georgy Yakovlev To: gentoo-catalyst@lists.gentoo.org Cc: Georgy Yakovlev Subject: [gentoo-catalyst] [PATCH 2/2] targets/support/create-iso.sh: use app-cdr/cdrtools instead of virtual Date: Sun, 25 Jul 2021 16:51:13 -0700 Message-Id: <20210725235113.1256043-2-gyakovlev@gentoo.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210725235113.1256043-1-gyakovlev@gentoo.org> References: <20210725051602.3133220-1-gyakovlev@gentoo.org> <20210725235113.1256043-1-gyakovlev@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: c58bc6f6-4ad1-4cf8-90dd-9e652fbbd8a9 X-Archives-Hash: 9dc9a255387d5569877fcf1186aa9e77 virtual no longer exist Signed-off-by: Georgy Yakovlev --- targets/support/create-iso.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh index 729f5c15..5269b77e 100755 --- a/targets/support/create-iso.sh +++ b/targets/support/create-iso.sh @@ -24,11 +24,11 @@ case ${clst_hostarch} in # xorriso from libisoburn # mkisofs from cdrtools # mformat from mtools - cdmakerpkg="sys-fs/mtools, dev-libs/libisoburn, sys-boot/grub:2, and virtual/cdrtools" + cdmakerpkg="sys-fs/mtools, dev-libs/libisoburn, sys-boot/grub:2, and app-cdr/cdrtools" ;; *) cdmaker="mkisofs" - cdmakerpkg="virtual/cdrtools" + cdmakerpkg="app-cdr/cdrtools" ;; esac -- 2.32.0