diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 18:59:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:02:14 +0100 |
commit | cc29665a2f8b519b41e5a312de6b9c974f9162a1 (patch) | |
tree | 98ff5a302fd0e091ffdaca6d9ac49b0bda1b284e /games-simulation | |
parent | games-server/etqw-ded: eutils->wrapper (diff) | |
download | gentoo-cc29665a2f8b519b41e5a312de6b9c974f9162a1.tar.gz gentoo-cc29665a2f8b519b41e5a312de6b9c974f9162a1.tar.bz2 gentoo-cc29665a2f8b519b41e5a312de6b9c974f9162a1.zip |
games-simulation/bcs-demo: eutils->wrapper
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild b/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild index 106a657357f5..530872e96da7 100644 --- a/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild +++ b/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils unpacker +inherit wrapper unpacker DESCRIPTION="design and build bridges and then stress test them with trains" HOMEPAGE="http://www.chroniclogic.com/pontifex2.htm" |