diff options
author | 2022-08-29 20:37:46 +0100 | |
---|---|---|
committer | 2022-08-29 20:37:46 +0100 | |
commit | e98937e2ab70329b5535c10f93e452ed837c578b (patch) | |
tree | 7603bcded3ee0fe15dc9a0e262bd975a7cd64488 /dev-libs | |
parent | media-libs/codec2: stabilize 1.0.5 for ppc64 (diff) | |
download | gentoo-e98937e2ab70329b5535c10f93e452ed837c578b.tar.gz gentoo-e98937e2ab70329b5535c10f93e452ed837c578b.tar.bz2 gentoo-e98937e2ab70329b5535c10f93e452ed837c578b.zip |
dev-libs/ell: Stabilize 0.52 amd64, #867316
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/ell/ell-0.52.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/ell/ell-0.52.ebuild b/dev-libs/ell/ell-0.52.ebuild index 15a2056985b4..bf1b9147df94 100644 --- a/dev-libs/ell/ell-0.52.ebuild +++ b/dev-libs/ell/ell-0.52.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" |