diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-11 19:35:33 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-12 01:48:09 -0500 |
commit | 2c27f9d215a3a21632465bfa50c87524a2b11e60 (patch) | |
tree | 4247e6db1ba0c6fe0fe505e1b1ed141327d16057 /games-fps/doom3-lms/doom3-lms-4.ebuild | |
parent | games-fps/doom3-mitm: EAPI=5 (diff) | |
download | gentoo-2c27f9d215a3a21632465bfa50c87524a2b11e60.tar.gz gentoo-2c27f9d215a3a21632465bfa50c87524a2b11e60.tar.bz2 gentoo-2c27f9d215a3a21632465bfa50c87524a2b11e60.zip |
games-fps/doom3-lms: EAPI=5; update download location
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-fps/doom3-lms/doom3-lms-4.ebuild')
-rw-r--r-- | games-fps/doom3-lms/doom3-lms-4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/doom3-lms/doom3-lms-4.ebuild b/games-fps/doom3-lms/doom3-lms-4.ebuild index 0ef5a05c986a..7f80769456ee 100644 --- a/games-fps/doom3-lms/doom3-lms-4.ebuild +++ b/games-fps/doom3-lms/doom3-lms-4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 +EAPI=5 MOD_DESC="add co-op support and/or play against swarms of monsters" MOD_NAME="Last Man Standing" @@ -20,7 +20,7 @@ RESTRICT="fetch bindist" pkg_nofetch() { elog "Please download ${SRC_URI} from:" - elog "http://www.filefront.com/9934113" + elog "http://www.moddb.com/mods/last-man-standing-coop/downloads" elog "and move it to ${DISTDIR}" } |