diff options
author | 2024-09-30 03:30:34 +0100 | |
---|---|---|
committer | 2024-09-30 03:30:34 +0100 | |
commit | 2bcd2282e9eeb44f15685f6b16923e704d368a5d (patch) | |
tree | 6fd892fe9727df342408013fa0e09130f1f923c8 /dev-libs/libltdl | |
parent | dev-build/libtool: keyword 2.5.3 (diff) | |
download | gentoo-2bcd2282e9eeb44f15685f6b16923e704d368a5d.tar.gz gentoo-2bcd2282e9eeb44f15685f6b16923e704d368a5d.tar.bz2 gentoo-2bcd2282e9eeb44f15685f6b16923e704d368a5d.zip |
dev-libs/libltdl: keyword 2.5.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libltdl')
-rw-r--r-- | dev-libs/libltdl/libltdl-2.5.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libltdl/libltdl-2.5.3.ebuild b/dev-libs/libltdl/libltdl-2.5.3.ebuild index e6abc36daf5a..b367c10d5e46 100644 --- a/dev-libs/libltdl/libltdl-2.5.3.ebuild +++ b/dev-libs/libltdl/libltdl-2.5.3.ebuild @@ -15,7 +15,7 @@ if false && ! [[ $(( $(ver_cut 2) % 2 )) -eq 0 ]] ; then SRC_URI="https://alpha.gnu.org/gnu/libtool/${MY_P}.tar.xz" else SRC_URI="mirror://gnu/libtool/${MY_P}.tar.xz" - #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi S="${WORKDIR}"/${MY_P}/libltdl |