diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2023-12-20 12:15:15 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-12-20 18:39:50 -0500 |
commit | e3d8b76b5c87db0de780e403cd2940e7bcb6043a (patch) | |
tree | 4074e1934ffd07cb9ce6a3ddfeb9126280a1b0de /dev-libs/ell | |
parent | media-video/mpv: Keyword 0.37.0 ppc, #917682 (diff) | |
download | gentoo-e3d8b76b5c87db0de780e403cd2940e7bcb6043a.tar.gz gentoo-e3d8b76b5c87db0de780e403cd2940e7bcb6043a.tar.bz2 gentoo-e3d8b76b5c87db0de780e403cd2940e7bcb6043a.zip |
dev-libs/ell: Stabilize 0.58 arm64, #915635
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-libs/ell')
-rw-r--r-- | dev-libs/ell/ell-0.58.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/ell/ell-0.58.ebuild b/dev-libs/ell/ell-0.58.ebuild index 5d0558d85d5b..c79b5f75a88d 100644 --- a/dev-libs/ell/ell-0.58.ebuild +++ b/dev-libs/ell/ell-0.58.ebuild @@ -12,7 +12,7 @@ if [[ "${PV}" == *9999 ]] ; then EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git" else SRC_URI="https://mirrors.edge.kernel.org/pub/linux/libs/${PN}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86" + KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86" fi LICENSE="LGPL-2.1+" SLOT="0" |