diff options
author | Sam James <sam@gentoo.org> | 2023-10-13 16:21:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-13 16:21:09 +0100 |
commit | 7323ffd663d0b6ee65a5e5597d9c68384caebe88 (patch) | |
tree | f233f5d26695db1ff555d3cbbac6e4e9bea56ace /dev-libs | |
parent | Revert "sys-fs/fuse: drop 3.15.0, 3.15.1" (diff) | |
download | gentoo-7323ffd663d0b6ee65a5e5597d9c68384caebe88.tar.gz gentoo-7323ffd663d0b6ee65a5e5597d9c68384caebe88.tar.bz2 gentoo-7323ffd663d0b6ee65a5e5597d9c68384caebe88.zip |
dev-libs/iniparser: Stabilize 4.1-r1 amd64, #915688
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/iniparser/iniparser-4.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/iniparser/iniparser-4.1-r1.ebuild b/dev-libs/iniparser/iniparser-4.1-r1.ebuild index 67b34398872b..22ad25379e68 100644 --- a/dev-libs/iniparser/iniparser-4.1-r1.ebuild +++ b/dev-libs/iniparser/iniparser-4.1-r1.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=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ndevilla/iniparser/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="MIT" SLOT="4" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="doc examples" BDEPEND="doc? ( app-doc/doxygen )" |