diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-12-22 20:23:56 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-12-22 20:23:56 +0200 |
commit | 5c7bd8ff232e599f0d3b09a44841596ebc7d4700 (patch) | |
tree | a86e06e062489bc7122bf6177b73250fe2c4c743 /dev-libs/ell | |
parent | www-client/links: Stabilize 2.25-r3 arm, #829809 (diff) | |
download | gentoo-5c7bd8ff232e599f0d3b09a44841596ebc7d4700.tar.gz gentoo-5c7bd8ff232e599f0d3b09a44841596ebc7d4700.tar.bz2 gentoo-5c7bd8ff232e599f0d3b09a44841596ebc7d4700.zip |
dev-libs/ell: Stabilize 0.46 arm, #829805
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/ell')
-rw-r--r-- | dev-libs/ell/ell-0.46.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/ell/ell-0.46.ebuild b/dev-libs/ell/ell-0.46.ebuild index e2a5fd2979c4..fda25607860b 100644 --- a/dev-libs/ell/ell-0.46.ebuild +++ b/dev-libs/ell/ell-0.46.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 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="LGPL-2.1" SLOT="0" |