diff options
author | 2021-01-07 00:51:30 +0000 | |
---|---|---|
committer | 2021-01-07 00:57:48 +0000 | |
commit | 50ba7f93f282695f31e85433330c643f58f49aaa (patch) | |
tree | 1a79eaf81dd3b383f5db35d74b3d2b7fcc732824 /dev-python | |
parent | dev-python/lunr: Stabilize 0.5.8 ALLARCHES, #763735 (diff) | |
download | gentoo-50ba7f93f282695f31e85433330c643f58f49aaa.tar.gz gentoo-50ba7f93f282695f31e85433330c643f58f49aaa.tar.bz2 gentoo-50ba7f93f282695f31e85433330c643f58f49aaa.zip |
dev-python/livereload: Stabilize 2.6.3 ALLARCHES, #763741
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/livereload/livereload-2.6.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/livereload/livereload-2.6.3.ebuild b/dev-python/livereload/livereload-2.6.3.ebuild index 4fee92546853..16d9ee2818d6 100644 --- a/dev-python/livereload/livereload-2.6.3.ebuild +++ b/dev-python/livereload/livereload-2.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/lepture/python-${PN}/archive/${PV}.tar.gz -> ${P}.ta LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="examples" |