From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 6/7] qemu: elfutils moved from addon dependency to core program Date: Tue, 06 Feb 2024 22:27:38 +0100 Message-ID: <20240206212739.3270712-6-adolf.belka@ipfire.org> In-Reply-To: <20240206212739.3270712-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6829503843000094767==" List-Id: --===============6829503843000094767== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Fixes: Bug#13516 Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- lfs/qemu | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/qemu b/lfs/qemu index 2c45d7156..d65282743 100644 --- a/lfs/qemu +++ b/lfs/qemu @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2023 IPFire Team = # +# Copyright (C) 2007-2024 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -35,9 +35,9 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D qemu -PAK_VER =3D 41 +PAK_VER =3D 42 =20 -DEPS =3D alsa elfutils libusbredir spice libseccomp libslirp +DEPS =3D alsa libusbredir spice libseccomp libslirp =20 SERVICES =3D =20 --=20 2.43.0 --===============6829503843000094767==--