app-emulation/xen-pvgrub: add missed dep 'pixman' to DEPEND
authorIan Delaney <idella4@gentoo.org>
Sun, 29 Nov 2015 02:21:20 +0000 (10:21 +0800)
committerIan Delaney <idella4@gentoo.org>
Sun, 29 Nov 2015 02:23:04 +0000 (10:23 +0800)
to vn. 4.6.0. Fixes cited gentoo bug by Sven

Gentoo bug: #565138

Package-Manager: portage-2.2.24

app-emulation/xen-pvgrub/xen-pvgrub-4.6.0.ebuild

index a47af5897ca40eea250418428b8463a478144513..25ada738dfa541ac960fa9813c6a222cbf791238 100644 (file)
@@ -34,7 +34,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="sys-devel/gettext
        sys-devel/bin86
-       sys-apps/texinfo"
+       sys-apps/texinfo
+       x11-libs/pixman"
 
 RDEPEND=">=app-emulation/xen-4.2.1"