diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-11-10 00:30:35 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-11-10 00:39:44 -0500 |
commit | 3297e9de8ea8cc1b7bb2b93ea7e7d5bd28f8346e (patch) | |
tree | 6c6f9333dba40481e3cdcc2d189ac3fe47a58fb4 /sys-fs/mtools | |
parent | da9e7358622585fd2d9c8db8386d2919d548937c (diff) | |
download | gentoo-3297e9de8ea8cc1b7bb2b93ea7e7d5bd28f8346e.tar.gz gentoo-3297e9de8ea8cc1b7bb2b93ea7e7d5bd28f8346e.tar.xz |
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.ebuild | 4 |
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 cb981c34907..21dfc20509b 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" |