diff options
author | 2021-04-04 09:13:39 +0000 | |
---|---|---|
committer | 2021-04-04 09:16:05 +0000 | |
commit | 23c0428b093a919b4b36571afbe5a3a2749f433f (patch) | |
tree | fb1521fe21165031fce4170d584e50062896e5c9 /games-misc | |
parent | games-misc/bsd-games: add blocker on games-misc/wumpus to 3.1 (diff) | |
download | gentoo-23c0428b093a919b4b36571afbe5a3a2749f433f.tar.gz gentoo-23c0428b093a919b4b36571afbe5a3a2749f433f.tar.bz2 gentoo-23c0428b093a919b4b36571afbe5a3a2749f433f.zip |
games-misc/bsd-games: give 3.x its own subslot, 0/3
Doesn't provide the same games or all the same functionality. This will
also make it easier for users to pick which one to mask locally, etc.
Easier for blockers and so on too.
Closes: https://bugs.gentoo.org/779709
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/bsd-games/bsd-games-3.1-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games-misc/bsd-games/bsd-games-3.1-r1.ebuild b/games-misc/bsd-games/bsd-games-3.1-r1.ebuild index c88dfc273bb8..f3a23be5c55e 100644 --- a/games-misc/bsd-games/bsd-games-3.1-r1.ebuild +++ b/games-misc/bsd-games/bsd-games-3.1-r1.ebuild @@ -11,7 +11,9 @@ SRC_URI="https://github.com/msharov/bsd-games/archive/refs/tags/v${PV}.tar.gz -> SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-verbose-build.patch.gz" LICENSE="BSD" -SLOT="0" +# Subslot indicates the fork / new version +# 3 doesn't include the same games as the classic variant, etc +SLOT="0/3" KEYWORDS="~amd64" DEPEND=" |