diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-01-19 16:19:13 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-01-19 16:26:04 -0500 |
commit | 5a36d7b69ccf00b4eb70aa756ab2dd6cec590ccb (patch) | |
tree | 8acb227191d13b065f583166a486c9f0950c4fa7 /www-servers/monkeyd | |
parent | sys-block/ms-sys: Remove old (diff) | |
download | gentoo-5a36d7b69ccf00b4eb70aa756ab2dd6cec590ccb.tar.gz gentoo-5a36d7b69ccf00b4eb70aa756ab2dd6cec590ccb.tar.bz2 gentoo-5a36d7b69ccf00b4eb70aa756ab2dd6cec590ccb.zip |
www-servers/monkeyd: inherit eutils, fixes bug #572374
Package-Manager: portage-2.2.26
Diffstat (limited to 'www-servers/monkeyd')
-rw-r--r-- | www-servers/monkeyd/monkeyd-1.5.6-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/monkeyd/monkeyd-1.5.6-r1.ebuild b/www-servers/monkeyd/monkeyd-1.5.6-r1.ebuild index 6226bf26e5d2..a753859f400c 100644 --- a/www-servers/monkeyd/monkeyd-1.5.6-r1.ebuild +++ b/www-servers/monkeyd/monkeyd-1.5.6-r1.ebuild @@ -4,7 +4,7 @@ EAPI="5" -inherit toolchain-funcs multilib +inherit eutils multilib toolchain-funcs MY_P="${PN/d}-${PV}" DESCRIPTION="A small, fast, and scalable web server" |