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 A0E32138334 for ; Sat, 12 Jan 2019 14:02:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84886E09C7; Sat, 12 Jan 2019 14:02:39 +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 4DAEAE09C7 for ; Sat, 12 Jan 2019 14:02:39 +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 23033335CDD for ; Sat, 12 Jan 2019 14:02:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62314463 for ; Sat, 12 Jan 2019 14:02:35 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1547301739.a56b8ef1fea2d50a5b8c02eb178062f4fe3d7819.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mujs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/mujs/mujs-1.0.5.ebuild X-VCS-Directories: dev-lang/mujs/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: a56b8ef1fea2d50a5b8c02eb178062f4fe3d7819 X-VCS-Branch: master Date: Sat, 12 Jan 2019 14:02:35 +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: 42b9dfb7-9f91-4732-8fb0-f1d8b17449be X-Archives-Hash: da1e6a8703ea56e7c107490620b119a4 commit: a56b8ef1fea2d50a5b8c02eb178062f4fe3d7819 Author: Virgil Dupras gentoo org> AuthorDate: Sat Jan 12 14:02:19 2019 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Sat Jan 12 14:02:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a56b8ef1 dev-lang/mujs: add missing dependency Closes: https://bugs.gentoo.org/675192 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-lang/mujs/mujs-1.0.5.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-lang/mujs/mujs-1.0.5.ebuild b/dev-lang/mujs/mujs-1.0.5.ebuild index 31d29529655..ffaa94ccaf9 100644 --- a/dev-lang/mujs/mujs-1.0.5.ebuild +++ b/dev-lang/mujs/mujs-1.0.5.ebuild @@ -17,6 +17,9 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="static-libs" +RDEPEND="sys-libs/readline:0=" +DEPEND="${RDEPEND}" + PATCHES=( "${FILESDIR}/${P}-flags.patch" )