app-emulation/liblol - 0.1.10 (gentoo-zh)

Search

Notice: This package is in a virtual group: virtual/loong-ow-compat

Install

Install this version:

emerge -a =app-emulation/liblol-0.1.10

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-emulation/liblol-0.1.10

Or alternatively:

emerge --autounmask-write -a =app-emulation/liblol-0.1.10

Package Information

Description:
LoongArch old-world ABI compatibility layer from AOSC OS
Homepage:
https://liblol.aosc.io
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.1.10 8 -* ~loong 0
View Raw Ebuild
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="LoongArch old-world ABI compatibility layer from AOSC OS"
HOMEPAGE="https://liblol.aosc.io"

# liblol itself is licensed under GPL-2 according to the AOSC maintainers.
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ~loong"

RDEPEND="
	~app-emulation/liblol-glibc-${PV}
	~app-emulation/liblol-libxcrypt-${PV}
"
PDEPEND="app-emulation/la-ow-syscall"

Dependencies

RDEPEND

	~app-emulation/liblol-glibc-0.1.10
	~app-emulation/liblol-libxcrypt-0.1.10