Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/banner/
Date: Sat, 29 May 2021 14:50:47
Message-Id: 1622299825.478fd25d82ca01fd0732532b92cf66264a40a8cf.chewi@gentoo
1 commit: 478fd25d82ca01fd0732532b92cf66264a40a8cf
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 29 14:50:25 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat May 29 14:50:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=478fd25d
7
8 app-misc/banner: remove blocker on bsd-games-3*
9
10 Closes: https://github.com/gentoo/gentoo/pull/21034
11 Package-Manager: Portage-3.0.19, Repoman-3.0.3
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 app-misc/banner/{banner-1.3.5.ebuild => banner-1.3.5-r1.ebuild} | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-misc/banner/banner-1.3.5.ebuild b/app-misc/banner/banner-1.3.5-r1.ebuild
18 similarity index 93%
19 rename from app-misc/banner/banner-1.3.5.ebuild
20 rename to app-misc/banner/banner-1.3.5-r1.ebuild
21 index b3e96bed5c2..73f22e99565 100644
22 --- a/app-misc/banner/banner-1.3.5.ebuild
23 +++ b/app-misc/banner/banner-1.3.5-r1.ebuild
24 @@ -13,7 +13,7 @@ KEYWORDS="~alpha amd64 ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
25
26 S="${WORKDIR}/${PN}-${PN^^}_V${PV}"
27
28 -RDEPEND="!games-misc/bsd-games"
29 +RDEPEND="!<=games-misc/bsd-games-3"
30 PATCHES=(
31 "${FILESDIR}"/${PN}-1.3.3-ctype.h.patch
32 )