diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-11-29 10:21:20 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-11-29 10:23:04 +0800 |
commit | f3b2a3a01e5e6f209c7a396f48f054b2ed20228d (patch) | |
tree | cfbf49be605f3062405be2e2e6eb809f24ce850a /app-emulation/xen-pvgrub | |
parent | sys-libs/musl: remove older stable version. (diff) | |
download | gentoo-f3b2a3a01e5e6f209c7a396f48f054b2ed20228d.tar.gz gentoo-f3b2a3a01e5e6f209c7a396f48f054b2ed20228d.tar.bz2 gentoo-f3b2a3a01e5e6f209c7a396f48f054b2ed20228d.zip |
app-emulation/xen-pvgrub: add missed dep 'pixman' to DEPEND
to vn. 4.6.0. Fixes cited gentoo bug by Sven
Gentoo bug: #565138
Package-Manager: portage-2.2.24
Diffstat (limited to 'app-emulation/xen-pvgrub')
-rw-r--r-- | app-emulation/xen-pvgrub/xen-pvgrub-4.6.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.6.0.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.6.0.ebuild index a47af5897ca4..25ada738dfa5 100644 --- a/app-emulation/xen-pvgrub/xen-pvgrub-4.6.0.ebuild +++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.6.0.ebuild @@ -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" |