Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmirage/
Date: Sun, 02 Jan 2022 00:04:28
Message-Id: 1641081764.7d3b3cf71e32bccea1d9a561e5c3c88e1fd5c439.sam@gentoo
1 commit: 7d3b3cf71e32bccea1d9a561e5c3c88e1fd5c439
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 00:02:44 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 00:02:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d3b3cf7
7
8 dev-libs/libmirage: Stabilize 3.2.6 x86, #830169
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/libmirage/libmirage-3.2.6.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/libmirage/libmirage-3.2.6.ebuild b/dev-libs/libmirage/libmirage-3.2.6.ebuild
16 index 9625ed04c5a2..511d0a999c11 100644
17 --- a/dev-libs/libmirage/libmirage-3.2.6.ebuild
18 +++ b/dev-libs/libmirage/libmirage-3.2.6.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -11,7 +11,7 @@ SRC_URI="https://download.sourceforge.net/cdemu/libmirage/${P}.tar.xz"
26
27 LICENSE="GPL-2+"
28 SLOT="0/11" # subslot = libmirage soname version
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="~amd64 x86"
31 IUSE="doc +introspection"
32
33 RDEPEND=">=app-arch/bzip2-1:=