diff options
author | Yixun Lan <dlan@gentoo.org> | 2014-07-09 07:46:17 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2014-07-09 07:46:17 +0000 |
commit | 59e678b78ea401b6b0ab56050fad600266ec2c90 (patch) | |
tree | 48e7f6bf6409f78a25287880cf39494da14c7cd9 /app-emulation | |
parent | Added #ifndef for deprecated AVCODEC_MAX_AUDIO_FRAME_SIZE to make it compile ... (diff) | |
download | gentoo-2-59e678b78ea401b6b0ab56050fad600266ec2c90.tar.gz gentoo-2-59e678b78ea401b6b0ab56050fad600266ec2c90.tar.bz2 gentoo-2-59e678b78ea401b6b0ab56050fad600266ec2c90.zip |
add bin86 as DEPEND, fix bug 514806
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-pvgrub/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/xen-pvgrub/xen-pvgrub-4.2.4.ebuild | 5 | ||||
-rw-r--r-- | app-emulation/xen-pvgrub/xen-pvgrub-4.3.2.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/xen-pvgrub/xen-pvgrub-4.4.0.ebuild | 3 |
4 files changed, 12 insertions, 5 deletions
diff --git a/app-emulation/xen-pvgrub/ChangeLog b/app-emulation/xen-pvgrub/ChangeLog index 1d8b1d27799f..7f04955e250f 100644 --- a/app-emulation/xen-pvgrub/ChangeLog +++ b/app-emulation/xen-pvgrub/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/xen-pvgrub # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/ChangeLog,v 1.54 2014/05/17 14:17:16 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/ChangeLog,v 1.55 2014/07/09 07:46:17 dlan Exp $ + + 09 Jul 2014; Yixun Lan <dlan@gentoo.org> xen-pvgrub-4.2.4.ebuild, + xen-pvgrub-4.3.2.ebuild, xen-pvgrub-4.4.0.ebuild: + add bin86 as DEPEND, fix bug 514806 17 May 2014; Yixun Lan <dlan@gentoo.org> -xen-pvgrub-4.2.2-r1.ebuild, -xen-pvgrub-4.2.3.ebuild, -xen-pvgrub-4.3.1.ebuild, diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.2.4.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.2.4.ebuild index b1f236792cf4..4a057ccbb71d 100644 --- a/app-emulation/xen-pvgrub/xen-pvgrub-4.2.4.ebuild +++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.2.4.ebuild,v 1.3 2014/05/17 13:34:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.2.4.ebuild,v 1.4 2014/07/09 07:46:17 dlan Exp $ EAPI=5 @@ -43,7 +43,8 @@ IUSE="custom-cflags" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND="sys-devel/gettext" +DEPEND="sys-devel/gettext + sys-devel/bin86" RDEPEND=">=app-emulation/xen-4.2.1" diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.3.2.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.3.2.ebuild index 772db46f20a7..348c052dee8e 100644 --- a/app-emulation/xen-pvgrub/xen-pvgrub-4.3.2.ebuild +++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.3.2.ebuild,v 1.2 2014/05/17 13:32:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.3.2.ebuild,v 1.3 2014/07/09 07:46:17 dlan Exp $ EAPI=5 @@ -33,6 +33,7 @@ IUSE="custom-cflags" REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="sys-devel/gettext + sys-devel/bin86 sys-apps/texinfo" RDEPEND=">=app-emulation/xen-4.2.1" diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.4.0.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.4.0.ebuild index ac4a66585178..d4881ceda50b 100644 --- a/app-emulation/xen-pvgrub/xen-pvgrub-4.4.0.ebuild +++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.4.0.ebuild,v 1.1 2014/03/23 14:59:41 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.4.0.ebuild,v 1.2 2014/07/09 07:46:17 dlan Exp $ EAPI=5 @@ -33,6 +33,7 @@ IUSE="custom-cflags" REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="sys-devel/gettext + sys-devel/bin86 sys-apps/texinfo" RDEPEND=">=app-emulation/xen-4.2.1" |