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 3A5BE1382C5 for ; Wed, 16 May 2018 14:24:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C7D8E08EF; Wed, 16 May 2018 14:24:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E8352E08EF for ; Wed, 16 May 2018 14:24:14 +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 8B7B6335C43 for ; Wed, 16 May 2018 14:24:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0D5843 for ; Wed, 16 May 2018 14:24:11 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1526480587.b036ba859f66a540615cdb9f3cb54c0162f2d0a7.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libselinux/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libselinux/libselinux-2.8_rc3.ebuild sys-libs/libselinux/libselinux-9999.ebuild X-VCS-Directories: sys-libs/libselinux/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: b036ba859f66a540615cdb9f3cb54c0162f2d0a7 X-VCS-Branch: master Date: Wed, 16 May 2018 14:24:11 +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-Archives-Salt: 9929af8b-28a1-4124-9003-4751c4464854 X-Archives-Hash: 326bca4bd690e6622c366e93f8576b6c commit: b036ba859f66a540615cdb9f3cb54c0162f2d0a7 Author: Jason Zaman gentoo org> AuthorDate: Wed May 16 14:22:50 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Wed May 16 14:23:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b036ba85 sys-libs/libselinux: fix ruby dep on swig The swig dep was in python? but ruby? needs it too Closes: https://bugs.gentoo.org/655742 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-libs/libselinux/libselinux-2.8_rc3.ebuild | 3 ++- sys-libs/libselinux/libselinux-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-libs/libselinux/libselinux-2.8_rc3.ebuild b/sys-libs/libselinux/libselinux-2.8_rc3.ebuild index 9863dc6abb0..edb830d3fa6 100644 --- a/sys-libs/libselinux/libselinux-2.8_rc3.ebuild +++ b/sys-libs/libselinux/libselinux-2.8_rc3.ebuild @@ -39,7 +39,8 @@ RDEPEND=">=sys-libs/libsepol-${SEPOL_VER}:=[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} virtual/pkgconfig - python? ( >=dev-lang/swig-2.0.9 )" + python? ( >=dev-lang/swig-2.0.9 ) + ruby? ( >=dev-lang/swig-2.0.9 )" src_prepare() { eapply_user diff --git a/sys-libs/libselinux/libselinux-9999.ebuild b/sys-libs/libselinux/libselinux-9999.ebuild index 9863dc6abb0..edb830d3fa6 100644 --- a/sys-libs/libselinux/libselinux-9999.ebuild +++ b/sys-libs/libselinux/libselinux-9999.ebuild @@ -39,7 +39,8 @@ RDEPEND=">=sys-libs/libsepol-${SEPOL_VER}:=[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} virtual/pkgconfig - python? ( >=dev-lang/swig-2.0.9 )" + python? ( >=dev-lang/swig-2.0.9 ) + ruby? ( >=dev-lang/swig-2.0.9 )" src_prepare() { eapply_user