diff options
-rw-r--r-- | app-misc/ansiweather/ansiweather-1.19.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/ansiweather/ansiweather-1.19.0.ebuild b/app-misc/ansiweather/ansiweather-1.19.0.ebuild index f1703a0b844b..ad4bc98c6ebd 100644 --- a/app-misc/ansiweather/ansiweather-1.19.0.ebuild +++ b/app-misc/ansiweather/ansiweather-1.19.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]] ; then else SRC_URI="https://github.com/fcambus/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="BSD-2" |