commit: 82c40c61af66a9c21f93563056b10ac19b38ac28 Author: Matthew Smith <matthew <AT> gentoo <DOT> org> AuthorDate: Sat Apr 29 19:47:22 2023 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Sat Apr 29 19:47:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c40c61
net-misc/gofish: add blocker on games-misc/bsd-games Closes: https://bugs.gentoo.org/905314 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org> net-misc/gofish/{gofish-1.2-r1.ebuild => gofish-1.2-r2.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-misc/gofish/gofish-1.2-r1.ebuild b/net-misc/gofish/gofish-1.2-r2.ebuild similarity index 85% rename from net-misc/gofish/gofish-1.2-r1.ebuild rename to net-misc/gofish/gofish-1.2-r2.ebuild index ab81b6ae1b8b..c23940d7517e 100644 --- a/net-misc/gofish/gofish-1.2-r1.ebuild +++ b/net-misc/gofish/gofish-1.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,9 +12,11 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~ppc ~x86" +# See bug #905314 for bsd-games blocker. RDEPEND=" acct-group/gopher acct-user/gopher + !games-misc/bsd-games " DOCS=( Configure_GoFish )
