diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-10-03 04:01:42 -0400 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-10-03 04:02:09 -0400 |
commit | 19b43955cb7882c6228378c5015b8a61446fc893 (patch) | |
tree | 6491f824bcfbb0986fca17848c711b4b69f60572 /games-action/swordandsworcery | |
parent | sys-auth/consolekit: add ~arm, bug #560074 (diff) | |
download | gentoo-19b43955cb7882c6228378c5015b8a61446fc893.tar.gz gentoo-19b43955cb7882c6228378c5015b8a61446fc893.tar.bz2 gentoo-19b43955cb7882c6228378c5015b8a61446fc893.zip |
add slot to openssl dep
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'games-action/swordandsworcery')
-rw-r--r-- | games-action/swordandsworcery/swordandsworcery-1.02.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/swordandsworcery/swordandsworcery-1.02.ebuild b/games-action/swordandsworcery/swordandsworcery-1.02.ebuild index 5813b997d32c..aae567bb308d 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 |