summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-11-10 00:30:35 -0500
committerMike Frysinger <vapier@gentoo.org>2016-11-10 00:39:44 -0500
commit3297e9de8ea8cc1b7bb2b93ea7e7d5bd28f8346e (patch)
tree6c6f9333dba40481e3cdcc2d189ac3fe47a58fb4 /sys-fs/mtools
parentsys-block/sedutil: link to upstream bug report (diff)
downloadgentoo-3297e9de8ea8cc1b7bb2b93ea7e7d5bd28f8346e.tar.gz
gentoo-3297e9de8ea8cc1b7bb2b93ea7e7d5bd28f8346e.tar.bz2
gentoo-3297e9de8ea8cc1b7bb2b93ea7e7d5bd28f8346e.zip
sys-fs/mtools: inherit eutils explicitly and update HOMEPAGE
Diffstat (limited to 'sys-fs/mtools')
-rw-r--r--sys-fs/mtools/mtools-4.0.18-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/mtools/mtools-4.0.18-r1.ebuild b/sys-fs/mtools/mtools-4.0.18-r1.ebuild
index cb981c349079..21dfc20509b7 100644
--- a/sys-fs/mtools/mtools-4.0.18-r1.ebuild
+++ b/sys-fs/mtools/mtools-4.0.18-r1.ebuild
@@ -3,10 +3,10 @@
EAPI="5"
-inherit flag-o-matic
+inherit flag-o-matic eutils
DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them"
-HOMEPAGE="http://mtools.linux.lu/"
+HOMEPAGE="https://www.gnu.org/software/mtools/ https://savannah.gnu.org/projects/mtools"
SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
LICENSE="GPL-3"