diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:58:11 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:03:53 +0100 |
commit | db6003f0c31c31992604f431263f7a09ff404e3f (patch) | |
tree | a9478773a972e605af09d9c55e15a3017a2b0a7f /sci-geosciences | |
parent | sci-electronics/splat: eutils->epatch (diff) | |
download | gentoo-db6003f0c31c31992604f431263f7a09ff404e3f.tar.gz gentoo-db6003f0c31c31992604f431263f7a09ff404e3f.tar.bz2 gentoo-db6003f0c31c31992604f431263f7a09ff404e3f.zip |
sci-geosciences/bt747: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/bt747/bt747-2.1.7-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-geosciences/bt747/bt747-2.1.7-r2.ebuild b/sci-geosciences/bt747/bt747-2.1.7-r2.ebuild index 33434af2b114..4e7c78038faf 100644 --- a/sci-geosciences/bt747/bt747-2.1.7-r2.ebuild +++ b/sci-geosciences/bt747/bt747-2.1.7-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils java-pkg-2 java-ant-2 +inherit epatch java-pkg-2 java-ant-2 DESCRIPTION="MTK GPS Datalogger Device Control" HOMEPAGE="https://www.bt747.org" |