diff options
author | Sam James <sam@gentoo.org> | 2020-11-07 00:35:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-07 00:35:07 +0000 |
commit | 4467e3736739a2abfe71920bc1c15e00f6751caa (patch) | |
tree | 5c5bef6b7d20d8d1400d7e93611c3eab01cfcce0 /dev-libs/ell/ell-0.33.ebuild | |
parent | net-wireless/iwd: Stabilize 1.9-r1 amd64, #753353 (diff) | |
download | gentoo-4467e3736739a2abfe71920bc1c15e00f6751caa.tar.gz gentoo-4467e3736739a2abfe71920bc1c15e00f6751caa.tar.bz2 gentoo-4467e3736739a2abfe71920bc1c15e00f6751caa.zip |
dev-libs/ell: Stabilize 0.33 amd64, #753353
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/ell/ell-0.33.ebuild')
-rw-r--r-- | dev-libs/ell/ell-0.33.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/ell/ell-0.33.ebuild b/dev-libs/ell/ell-0.33.ebuild index ad0e413b6a1e..f771bade120d 100644 --- a/dev-libs/ell/ell-0.33.ebuild +++ b/dev-libs/ell/ell-0.33.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" |