* [gentoo-commits] gentoo-x86 commit in app-emulation/qemu-user: qemu-user-1.2.2.ebuild qemu-user-9999.ebuild ChangeLog
@ 2013-02-25 16:35 Zac Medico (zmedico)
0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2013-02-25 16:35 UTC (permalink / raw
To: gentoo-commits
zmedico 13/02/25 16:35:36
Modified: qemu-user-1.2.2.ebuild qemu-user-9999.ebuild
ChangeLog
Log:
Fix 'cannot find -lseccomp' when libseccomp[static-libs] is not installed.
(Portage version: 2.2.0_alpha163_p13/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Revision Changes Path
1.2 app-emulation/qemu-user/qemu-user-1.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-user/qemu-user-1.2.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-user/qemu-user-1.2.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-user/qemu-user-1.2.2.ebuild?r1=1.1&r2=1.2
Index: qemu-user-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-1.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qemu-user-1.2.2.ebuild 20 Jan 2013 00:47:06 -0000 1.1
+++ qemu-user-1.2.2.ebuild 25 Feb 2013 16:35:36 -0000 1.2
@@ -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-user/qemu-user-1.2.2.ebuild,v 1.1 2013/01/20 00:47:06 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-1.2.2.ebuild,v 1.2 2013/02/25 16:35:36 zmedico Exp $
EAPI=4
@@ -106,6 +106,7 @@
conf_opts+=" --disable-vnc-tls"
conf_opts+=" --disable-curses"
conf_opts+=" --disable-sdl"
+ conf_opts+=" --disable-seccomp"
conf_opts+=" --disable-vde"
conf_opts+=" --prefix=/usr --sysconfdir=/etc --disable-bluez --disable-kvm"
conf_opts+=" --cc=$(tc-getCC) --host-cc=$(tc-getBUILD_CC)"
1.5 app-emulation/qemu-user/qemu-user-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-user/qemu-user-9999.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-user/qemu-user-9999.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-user/qemu-user-9999.ebuild?r1=1.4&r2=1.5
Index: qemu-user-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qemu-user-9999.ebuild 22 Nov 2012 18:47:25 -0000 1.4
+++ qemu-user-9999.ebuild 25 Feb 2013 16:35:36 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-9999.ebuild,v 1.4 2012/11/22 18:47:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-9999.ebuild,v 1.5 2013/02/25 16:35:36 zmedico Exp $
EAPI=4
@@ -99,6 +99,7 @@
conf_opts+=" --disable-vnc-tls"
conf_opts+=" --disable-curses"
conf_opts+=" --disable-sdl"
+ conf_opts+=" --disable-seccomp"
conf_opts+=" --disable-vde"
conf_opts+=" --prefix=/usr --disable-bluez --disable-kvm"
conf_opts+=" --cc=$(tc-getCC) --host-cc=$(tc-getBUILD_CC)"
1.53 app-emulation/qemu-user/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-user/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-user/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-user/ChangeLog?r1=1.52&r2=1.53
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog 20 Jan 2013 00:47:06 -0000 1.52
+++ ChangeLog 25 Feb 2013 16:35:36 -0000 1.53
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/qemu-user
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/ChangeLog,v 1.52 2013/01/20 00:47:06 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/ChangeLog,v 1.53 2013/02/25 16:35:36 zmedico Exp $
+
+ 25 Feb 2013; Zac Medico <zmedico@gentoo.org> qemu-user-1.2.2.ebuild,
+ qemu-user-9999.ebuild:
+ Fix 'cannot find -lseccomp' when libseccomp[static-libs] is not installed.
*qemu-user-1.2.2 (20 Jan 2013)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-02-25 16:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-25 16:35 [gentoo-commits] gentoo-x86 commit in app-emulation/qemu-user: qemu-user-1.2.2.ebuild qemu-user-9999.ebuild ChangeLog Zac Medico (zmedico)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox