diff options
-rw-r--r-- | app-portage/porthole/porthole-0.6.1-r5.ebuild (renamed from app-portage/porthole/porthole-0.6.1-r4.ebuild) | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-portage/porthole/porthole-0.6.1-r4.ebuild b/app-portage/porthole/porthole-0.6.1-r5.ebuild index b89b89c8092c..4c439daffb48 100644 --- a/app-portage/porthole/porthole-0.6.1-r4.ebuild +++ b/app-portage/porthole/porthole-0.6.1-r5.ebuild @@ -18,7 +18,11 @@ KEYWORDS="amd64 arm ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="nls" LANGS="de pl ru vi it fr tr" -RDEPEND=">=sys-apps/portage-2.1[${PYTHON_USEDEP}] +RDEPEND=" + || ( + >=sys-apps/portage-2.1[${PYTHON_USEDEP}] + sys-apps/portage-mgorny[${PYTHON_USEDEP}] + ) dev-python/pygtk:2[${PYTHON_USEDEP}] gnome-base/libglade:2.0 dev-python/pygtksourceview:2[${PYTHON_USEDEP}] |