From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1901D138827 for ; Sat, 3 Oct 2015 08:02:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BDC8E0814; Sat, 3 Oct 2015 08:02:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F4193E0814 for ; Sat, 3 Oct 2015 08:02:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6BF5340649 for ; Sat, 3 Oct 2015 08:02:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 118BA207 for ; Sat, 3 Oct 2015 08:02:17 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1443859329.19b43955cb7882c6228378c5015b8a61446fc893.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/swordandsworcery/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/swordandsworcery/swordandsworcery-1.02.ebuild X-VCS-Directories: games-action/swordandsworcery/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 19b43955cb7882c6228378c5015b8a61446fc893 X-VCS-Branch: master Date: Sat, 3 Oct 2015 08:02:17 +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: 63f5b089-f740-47c8-be1a-816ee11e7ed4 X-Archives-Hash: e94493095d4723ecc25b511afd9042e7 commit: 19b43955cb7882c6228378c5015b8a61446fc893 Author: Michael Sterrett gentoo org> AuthorDate: Sat Oct 3 08:01:42 2015 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Sat Oct 3 08:02:09 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b43955 add slot to openssl dep Package-Manager: portage-2.2.20.1 games-action/swordandsworcery/swordandsworcery-1.02.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-action/swordandsworcery/swordandsworcery-1.02.ebuild b/games-action/swordandsworcery/swordandsworcery-1.02.ebuild index 5813b99..aae567b 100644 --- a/games-action/swordandsworcery/swordandsworcery-1.02.ebuild +++ b/games-action/swordandsworcery/swordandsworcery-1.02.ebuild @@ -26,7 +26,7 @@ QA_PREBUILT="${MYGAMEDIR#/}/bin/* RDEPEND=" virtual/opengl amd64? ( - >=dev-libs/openssl-1.0.1h-r2[abi_x86_32(-)] + >=dev-libs/openssl-1.0.1h-r2:0=[abi_x86_32(-)] >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)] >=virtual/glu-9.0-r1[abi_x86_32(-)] >=virtual/opengl-7.0-r1[abi_x86_32(-)] @@ -51,7 +51,7 @@ RDEPEND=" ) ) x86? ( - dev-libs/openssl + dev-libs/openssl:0= media-libs/alsa-lib media-libs/flac media-libs/libogg