diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2013-06-22 16:24:19 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2013-06-22 16:24:19 +0000 |
commit | b79c72ee888e2e9576681bdf0651c5b531da684e (patch) | |
tree | c4be449a67bc016d5924ba721407ffd2ed2e2f07 /app-emulation | |
parent | Fix libav9 build wrt bug#443216. (diff) | |
download | gentoo-2-b79c72ee888e2e9576681bdf0651c5b531da684e.tar.gz gentoo-2-b79c72ee888e2e9576681bdf0651c5b531da684e.tar.bz2 gentoo-2-b79c72ee888e2e9576681bdf0651c5b531da684e.zip |
Adjust 'dtc' depend to require development snapshot. Add 's390-ccw.img' to list of prebuilts.
(Portage version: 2.2.0_alpha182_p1/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog index 6eb875286f23..358eeec57166 100644 --- a/app-emulation/qemu/ChangeLog +++ b/app-emulation/qemu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/qemu # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.218 2013/06/20 23:17:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.219 2013/06/22 16:24:19 slyfox Exp $ + + 22 Jun 2013; Sergei Trofimovich <slyfox@gentoo.org> qemu-9999.ebuild: + Adjust 'dtc' depend to require development snapshot. Add 's390-ccw.img' to + list of prebuilts. 20 Jun 2013; Mike Frysinger <vapier@gentoo.org> metadata.xml, qemu-1.4.2.ebuild, qemu-9999.ebuild: diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index c4e8ac0c64f7..9afef4dfb26d 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.53 2013/06/20 23:17:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.54 2013/06/22 16:24:19 slyfox Exp $ EAPI=5 @@ -63,6 +63,7 @@ REQUIRED_USE="${REQUIRED_USE} virtfs? ( xattr )" # Yep, you need both libcap and libcap-ng since virtfs only uses libcap. +# Currently, >=sys-apps/dtc-1.4.0 means -9999 as <libfdt_env.h> appeared only in git tree (after 1.3.0) LIB_DEPEND=">=dev-libs/glib-2.0[static-libs(+)] sys-apps/pciutils[static-libs(+)] sys-libs/zlib[static-libs(+)] @@ -70,7 +71,7 @@ LIB_DEPEND=">=dev-libs/glib-2.0[static-libs(+)] aio? ( dev-libs/libaio[static-libs(+)] ) caps? ( sys-libs/libcap-ng[static-libs(+)] ) curl? ( >=net-misc/curl-7.15.4[static-libs(+)] ) - fdt? ( >=sys-apps/dtc-1.2.0[static-libs(+)] ) + fdt? ( >=sys-apps/dtc-1.4.0[static-libs(+)] ) jpeg? ( virtual/jpeg[static-libs(+)] ) ncurses? ( sys-libs/ncurses[static-libs(+)] ) png? ( media-libs/libpng[static-libs(+)] ) @@ -131,7 +132,8 @@ QA_PREBUILT=" usr/share/qemu/openbios-ppc usr/share/qemu/openbios-sparc64 usr/share/qemu/openbios-sparc32 - usr/share/qemu/palcode-clipper" + usr/share/qemu/palcode-clipper + usr/share/qemu/s390-ccw.img" QA_WX_LOAD="usr/bin/qemu-i386 usr/bin/qemu-x86_64 |