diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2016-06-14 15:46:32 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2016-06-14 15:47:02 +0200 |
commit | 194b63a44c70938b29c1d157439feeaa33b3494a (patch) | |
tree | 68cf1449dc2852afdd5f389645c9056877924a54 /media-gfx/wings | |
parent | net-nntp/sabnzbd: bump 1.0.3 (diff) | |
download | gentoo-194b63a44c70938b29c1d157439feeaa33b3494a.tar.gz gentoo-194b63a44c70938b29c1d157439feeaa33b3494a.tar.bz2 gentoo-194b63a44c70938b29c1d157439feeaa33b3494a.zip |
media-gfx/wings: Drop alpha keyword
!!! All ebuilds that could satisfy ">=media-libs/mesa-9.1.6[opencl,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]" have been masked.
!!! One of the following masked packages is required to complete your request:
- media-libs/mesa-9999::gentoo (masked by: missing keyword)
(dependency required by "virtual/opencl-0-r4::gentoo" [ebuild])
(dependency required by "dev-libs/cl-1.2.1-r1::gentoo" [ebuild])
(dependency required by "=dev-libs/cl-1.2.1-r1" [argument])
This is a result of:
RDEPEND="app-eselect/eselect-opencl
|| (
>=media-libs/mesa-9.1.6[opencl,${MULTILIB_USEDEP}]
video_cards_fglrx? (
>=x11-drivers/ati-drivers-12.1-r1 )
video_cards_nvidia? (
>=x11-drivers/nvidia-drivers-290.10-r2 )
abi_x86_64? ( !abi_x86_32? ( dev-util/intel-ocl-sdk ) )
)"
This is just not satisfiable on Alpha at the moment. Also, wings has never been
stable on alpha (and is a bit niche), so I'll drop the alpha keyword for 1.1.1
and opt Alpha out.
Gentoo-Bug: 585588
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'media-gfx/wings')
-rw-r--r-- | media-gfx/wings/wings-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/wings/wings-1.1.1.ebuild b/media-gfx/wings/wings-1.1.1.ebuild index 2e0636af6fbc..c20aff9bdb02 100644 --- a/media-gfx/wings/wings-1.1.1.ebuild +++ b/media-gfx/wings/wings-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/wings/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="" RDEPEND=">=dev-lang/erlang-13.0 |