diff options
author | Jonas Stein <jstein@gentoo.org> | 2020-11-26 22:46:24 +0100 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2020-11-26 22:47:19 +0100 |
commit | c2fe84b4f9e32caaaac85c13c74682491906841a (patch) | |
tree | e4c9011d116c127b5137f204686bb37ae697ef87 /app-misc/banner | |
parent | net-im/zoom: Depend on x11-libs/libxkbcommon[X]. (diff) | |
download | gentoo-c2fe84b4f9e32caaaac85c13c74682491906841a.tar.gz gentoo-c2fe84b4f9e32caaaac85c13c74682491906841a.tar.bz2 gentoo-c2fe84b4f9e32caaaac85c13c74682491906841a.zip |
app-misc/banner: fix typo in $S
Typo fixed
Package-Manager: Portage-3.0.10, Repoman-3.0.1
Signed-off-by: Jonas Stein <jstein@gentoo.org>
Diffstat (limited to 'app-misc/banner')
-rw-r--r-- | app-misc/banner/banner-1.3.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/banner/banner-1.3.5.ebuild b/app-misc/banner/banner-1.3.5.ebuild index 2d6b98a53ec6..7a4c24d8d711 100644 --- a/app-misc/banner/banner-1.3.5.ebuild +++ b/app-misc/banner/banner-1.3.5.ebuild @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" -S="${WORKDIR}/${P}-${PN^^}_V${PV}" +S="${WORKDIR}/${PN}-${PN^^}_V${PV}" RDEPEND="!games-misc/bsd-games" PATCHES=( |