Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/metee/
Date: Tue, 31 Jan 2023 15:17:46
Message-Id: 1675178129.ff3fccd7e696141a36462671ae2e2850bdffd160.conikost@gentoo
1 commit: ff3fccd7e696141a36462671ae2e2850bdffd160
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 31 03:18:13 2023 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 15:15:29 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3fccd7
7
8 dev-libs/metee: amd64 stable
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 dev-libs/metee/metee-3.1.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/metee/metee-3.1.4.ebuild b/dev-libs/metee/metee-3.1.4.ebuild
16 index 5ef352b317b4..08c70f405d1f 100644
17 --- a/dev-libs/metee/metee-3.1.4.ebuild
18 +++ b/dev-libs/metee/metee-3.1.4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/intel/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.t
26
27 LICENSE="Apache-2.0"
28 SLOT="0/${PV}"
29 -KEYWORDS="~amd64"
30 +KEYWORDS="amd64"
31 IUSE="doc"
32
33 BDEPEND="doc? ( app-doc/doxygen )"