diff options
author | B. Watson <yalhcru@gmail.com> | 2021-02-24 02:24:04 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-27 08:24:37 +0700 |
commit | 991afc5fc5608913cb20d2a8899ac3c79d32a9cd (patch) | |
tree | 7257768729f7826758660b598ff788be9a498fc4 /games/stella | |
parent | 11e081a76223c1e81402dd3d1b13d375c083e9f4 (diff) |
games/stella: Add no-upgrade note to README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/stella')
-rw-r--r-- | games/stella/README | 4 | ||||
-rw-r--r-- | games/stella/stella.SlackBuild | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/games/stella/README b/games/stella/README index ca5936c93b96..a9d24f71a84f 100644 --- a/games/stella/README +++ b/games/stella/README @@ -1,2 +1,6 @@ Stella is a multi-platform Atari 2600 VCS emulator released under the GNU General Public License (GPL). + +Version note: 6.4 is the last version that can be compiled on Slackware +14.2. Do not ask for an upgrade to 6.5 or later until after Slackware +15.0 is released. diff --git a/games/stella/stella.SlackBuild b/games/stella/stella.SlackBuild index 67528bd016de..503512ab5dc7 100644 --- a/games/stella/stella.SlackBuild +++ b/games/stella/stella.SlackBuild @@ -8,6 +8,9 @@ # Now maintained by B. Watson <yalhcru@gmail.com> +# 20210224 bkw: Note to self: do not attempt to upgrade past 6.4, on +# Slackware 14.2. Our g++ *and* clang++ are now too old. + # 20201103 bkw: update for 6.4. # 20201027 bkw: update for 6.3. # 20200804 bkw: update for 6.2.1. |