diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2023-01-31 04:18:13 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-01-31 16:15:29 +0100 |
commit | ff3fccd7e696141a36462671ae2e2850bdffd160 (patch) | |
tree | a1a80a1df5f76b6ee0920492aaa7af8d983e0962 /dev-libs/metee | |
parent | dev-lua/luacheck: drop 0.25.0, 1.0.0 (diff) | |
download | gentoo-ff3fccd7e696141a36462671ae2e2850bdffd160.tar.gz gentoo-ff3fccd7e696141a36462671ae2e2850bdffd160.tar.bz2 gentoo-ff3fccd7e696141a36462671ae2e2850bdffd160.zip |
dev-libs/metee: amd64 stable
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-libs/metee')
-rw-r--r-- | dev-libs/metee/metee-3.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/metee/metee-3.1.4.ebuild b/dev-libs/metee/metee-3.1.4.ebuild index 5ef352b317b4..08c70f405d1f 100644 --- a/dev-libs/metee/metee-3.1.4.ebuild +++ b/dev-libs/metee/metee-3.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/intel/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.t LICENSE="Apache-2.0" SLOT="0/${PV}" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="doc" BDEPEND="doc? ( app-doc/doxygen )" |