diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-01-02 19:09:04 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-01-02 20:41:36 -0500 |
commit | 7386ef069f63294ffbe6e927240bc0eb1b8c914f (patch) | |
tree | a5fee87759f108205abf9e5d7ad1a9d494b8c3eb /dev-libs/libintl | |
parent | sys-apps/sysvinit: Stabilize 3.08 ppc64, #916093 (diff) | |
download | gentoo-7386ef069f63294ffbe6e927240bc0eb1b8c914f.tar.gz gentoo-7386ef069f63294ffbe6e927240bc0eb1b8c914f.tar.bz2 gentoo-7386ef069f63294ffbe6e927240bc0eb1b8c914f.zip |
dev-libs/libintl: Stabilize 0.22.4 ppc64, #919974
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-libs/libintl')
-rw-r--r-- | dev-libs/libintl/libintl-0.22.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libintl/libintl-0.22.4.ebuild b/dev-libs/libintl/libintl-0.22.4.ebuild index 15082b50c6db..2623d7fc6c7c 100644 --- a/dev-libs/libintl/libintl-0.22.4.ebuild +++ b/dev-libs/libintl/libintl-0.22.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Note: Keep version bumps in sync with sys-devel/gettext. @@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}/gettext-runtime" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="static-libs +threads" DEPEND=">=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]" |