diff options
author | Sam James <sam@gentoo.org> | 2021-03-15 21:15:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-15 21:17:50 +0000 |
commit | 01ad1395f9ed3764fdb3ddf2d901ce4d699213cc (patch) | |
tree | 9290436fb080d1c1d1d93411941d8a58df9bf108 /app-misc/banner | |
parent | x11-misc/xpad: Stabilize 5.4.0 x86, #776427 (diff) | |
download | gentoo-01ad1395f9ed3764fdb3ddf2d901ce4d699213cc.tar.gz gentoo-01ad1395f9ed3764fdb3ddf2d901ce4d699213cc.tar.bz2 gentoo-01ad1395f9ed3764fdb3ddf2d901ce4d699213cc.zip |
app-misc/banner: Stabilize 1.3.5 x86, #776430
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/banner')
-rw-r--r-- | app-misc/banner/banner-1.3.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/banner/banner-1.3.5.ebuild b/app-misc/banner/banner-1.3.5.ebuild index 7a4c24d8d711..6ceabdcfdd4c 100644 --- a/app-misc/banner/banner-1.3.5.ebuild +++ b/app-misc/banner/banner-1.3.5.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 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/pronovic/${PN}/archive/BANNER_V${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${PN}-${PN^^}_V${PV}" |