diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-05-09 22:55:22 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-05-09 22:59:45 +0200 |
commit | 04f727a5752329447bfe9576a2769db046b0a95f (patch) | |
tree | 2e0b9089e4843006b02aab7e5bb1fe2bafdcc8a1 /sys-apps/locale-gen | |
parent | net-libs/rpcsvc-proto: LFS64 shim fix (diff) | |
download | gentoo-04f727a5752329447bfe9576a2769db046b0a95f.tar.gz gentoo-04f727a5752329447bfe9576a2769db046b0a95f.tar.bz2 gentoo-04f727a5752329447bfe9576a2769db046b0a95f.zip |
sys-apps/locale-gen: Adjust dependencies
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-apps/locale-gen')
-rw-r--r-- | sys-apps/locale-gen/locale-gen-2.23.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/locale-gen/locale-gen-2.23.ebuild b/sys-apps/locale-gen/locale-gen-2.23.ebuild index 4b6dadbfa5d4..c819b986ee6b 100644 --- a/sys-apps/locale-gen/locale-gen-2.23.ebuild +++ b/sys-apps/locale-gen/locale-gen-2.23.ebuild @@ -14,15 +14,15 @@ SRC_URI="https://gitweb.gentoo.org/proj/locale-gen.git/snapshot/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" -#KEYWORDS="~amd64" +#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" RDEPEND=" app-alternatives/awk app-arch/gzip sys-apps/gentoo-functions sys-apps/grep - >=sys-libs/glibc-2.38 - !<sys-libs/glibc-2.38 + >=sys-libs/glibc-2.37-r3 + !<sys-libs/glibc-2.37-r3 " DEPEND="" |