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 845CE138359 for ; Mon, 20 Jul 2020 13:01:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E841CE0920; Mon, 20 Jul 2020 13:01:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D1998E091A for ; Mon, 20 Jul 2020 13:01:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1140134F44C for ; Mon, 20 Jul 2020 13:01:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D925B2F2 for ; Mon, 20 Jul 2020 13:01:12 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1595250063.6ee8d0891a920415573e8acf1b3de2727b28efbb.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/sasm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/sasm/sasm-3.10.1.ebuild X-VCS-Directories: dev-util/sasm/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6ee8d0891a920415573e8acf1b3de2727b28efbb X-VCS-Branch: master Date: Mon, 20 Jul 2020 13:01:12 +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: a84a2ea8-bc85-4ca2-b4b8-4701e5fe1028 X-Archives-Hash: 506736bd244619e7dfd019907b93110b commit: 6ee8d0891a920415573e8acf1b3de2727b28efbb Author: Joonas Niilola gentoo org> AuthorDate: Mon Jul 20 12:50:29 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Jul 20 13:01:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ee8d089 dev-util/sasm: fix RDEPEND typo in 3.10.1 Signed-off-by: Joonas Niilola gentoo.org> dev-util/sasm/sasm-3.10.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/sasm/sasm-3.10.1.ebuild b/dev-util/sasm/sasm-3.10.1.ebuild index 7b82aa3b818..33cb8195c3e 100644 --- a/dev-util/sasm/sasm-3.10.1.ebuild +++ b/dev-util/sasm/sasm-3.10.1.ebuild @@ -29,7 +29,7 @@ DEPEND=" dev-qt/qtsingleapplication dev-qt/qtwidgets:5 " -REPEND="${DEPEND} +RDEPEND="${DEPEND} dev-lang/nasm sys-devel/gdb "