--- catfish-0.6.4.ebuild 2013-10-13 11:31:16.000000000 +0200 +++ catfish-1.0.2.ebuild 2014-07-27 01:34:09.542113290 +0200 @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -12,11 +12,13 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}] - ${PYTHON_DEPS}" + dev-python/pexpect[${PYTHON_USEDEP}] + ${PYTHON_DEPS} + x11-themes/gnome-icon-theme" DEPEND="${RDEPEND} sys-devel/gettext"