diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-10-12 00:39:41 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-10-12 12:00:51 -0500 |
commit | 0ace47a91b1ccd1bce55740d8053b2e79989376e (patch) | |
tree | a10f86638c132f8dc35b0531bfc4591b08164c42 /net-dialup | |
parent | sys-fs/avfs: re-add myself as a maintainer (diff) | |
download | gentoo-0ace47a91b1ccd1bce55740d8053b2e79989376e.tar.gz gentoo-0ace47a91b1ccd1bce55740d8053b2e79989376e.tar.bz2 gentoo-0ace47a91b1ccd1bce55740d8053b2e79989376e.zip |
net-dialup/minicom: drop unused eutils eclass
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/minicom/minicom-2.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dialup/minicom/minicom-2.7.1.ebuild b/net-dialup/minicom/minicom-2.7.1.ebuild index 487e66e64aa2..5d8283c51abe 100644 --- a/net-dialup/minicom/minicom-2.7.1.ebuild +++ b/net-dialup/minicom/minicom-2.7.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils autotools +inherit autotools STUPID_NUM="3977" DESCRIPTION="Serial Communication Program" |