diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 07:50:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:17:52 +0100 |
commit | e607e3d3c9e4ec20157ccc4f339127a850e52cc8 (patch) | |
tree | ae30fe1421754f25c52c4f65bc8c8583b30d8eb6 /games-strategy/triplea | |
parent | games-strategy/megaglest: flag-o-matic-- (diff) | |
download | gentoo-e607e3d3c9e4ec20157ccc4f339127a850e52cc8.tar.gz gentoo-e607e3d3c9e4ec20157ccc4f339127a850e52cc8.tar.bz2 gentoo-e607e3d3c9e4ec20157ccc4f339127a850e52cc8.zip |
games-strategy/triplea: eutils->{desktop, epatch}
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-strategy/triplea')
-rw-r--r-- | games-strategy/triplea/triplea-1.8.0.9-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/triplea/triplea-1.8.0.9-r1.ebuild b/games-strategy/triplea/triplea-1.8.0.9-r1.ebuild index ad0f13584c8a..3291b29ff645 100644 --- a/games-strategy/triplea/triplea-1.8.0.9-r1.ebuild +++ b/games-strategy/triplea/triplea-1.8.0.9-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=5 -inherit eutils java-pkg-2 java-ant-2 versionator +inherit desktop epatch java-pkg-2 java-ant-2 versionator MY_PV=$(replace_all_version_separators _) DESCRIPTION="An open source clone of the popular Axis and Allies boardgame" |