diff options
author | Sam James <sam@gentoo.org> | 2021-02-11 07:53:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-11 07:53:20 +0000 |
commit | 46326b45fcc801d54779e8d6b58770620b2f03a6 (patch) | |
tree | 14a76b5dfcfe7508cb037db295999cca2a6e6c9e /dev-libs | |
parent | app-metrics/collectd: Stabilize 5.12.0-r1 x86, #769512 (diff) | |
download | gentoo-46326b45fcc801d54779e8d6b58770620b2f03a6.tar.gz gentoo-46326b45fcc801d54779e8d6b58770620b2f03a6.tar.bz2 gentoo-46326b45fcc801d54779e8d6b58770620b2f03a6.zip |
dev-libs/ell: Stabilize 0.36 x86, #769566
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/ell/ell-0.36.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/ell/ell-0.36.ebuild b/dev-libs/ell/ell-0.36.ebuild index ef5fb5438843..a2fe3280af5f 100644 --- a/dev-libs/ell/ell-0.36.ebuild +++ b/dev-libs/ell/ell-0.36.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 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86" fi LICENSE="LGPL-2.1" SLOT="0" |