diff options
author | Stefan Strogin <steils@gentoo.org> | 2019-08-29 03:41:49 +0300 |
---|---|---|
committer | Stefan Strogin <steils@gentoo.org> | 2019-08-29 03:47:58 +0300 |
commit | 9b1ac9833ea2b50eaf8975183b1e2bd9e8179a37 (patch) | |
tree | c9e3ace940d6e0aa94703b69b529efaa1320d761 /games-simulation | |
parent | app-emacs/ebuild-mode: ALLARCHES stable per policy (diff) | |
download | gentoo-9b1ac9833ea2b50eaf8975183b1e2bd9e8179a37.tar.gz gentoo-9b1ac9833ea2b50eaf8975183b1e2bd9e8179a37.tar.bz2 gentoo-9b1ac9833ea2b50eaf8975183b1e2bd9e8179a37.zip |
games-simulation/crrcsim: remove automake restriction; resurrect
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Stefan Strogin <steils@gentoo.org>
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/crrcsim/crrcsim-0.9.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-simulation/crrcsim/crrcsim-0.9.13.ebuild b/games-simulation/crrcsim/crrcsim-0.9.13.ebuild index ef5b5ce752df..4d20e437844b 100644 --- a/games-simulation/crrcsim/crrcsim-0.9.13.ebuild +++ b/games-simulation/crrcsim/crrcsim-0.9.13.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -WANT_AUTOMAKE="1.10" + inherit autotools eutils gnome2-utils DESCRIPTION="model-airplane flight simulation program" |