diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2021-06-13 22:53:33 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2021-06-13 22:53:33 +0200 |
commit | d0b01b83172419e50cf6550d2fd08333f805b03f (patch) | |
tree | 069b80d79702387c61fff64a0b2497d18876c91e /www-apps/zeppelin-bin | |
parent | www-apps/zeppelin-bin: fix metadata.xml. (diff) | |
download | gentoo-d0b01b83172419e50cf6550d2fd08333f805b03f.tar.gz gentoo-d0b01b83172419e50cf6550d2fd08333f805b03f.tar.bz2 gentoo-d0b01b83172419e50cf6550d2fd08333f805b03f.zip |
www-apps/zeppelin-bin: remove user eclass.
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'www-apps/zeppelin-bin')
-rw-r--r-- | www-apps/zeppelin-bin/zeppelin-bin-0.8.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/zeppelin-bin/zeppelin-bin-0.8.2-r1.ebuild b/www-apps/zeppelin-bin/zeppelin-bin-0.8.2-r1.ebuild index a6da6911f3e1..e1df14facd06 100644 --- a/www-apps/zeppelin-bin/zeppelin-bin-0.8.2-r1.ebuild +++ b/www-apps/zeppelin-bin/zeppelin-bin-0.8.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit java-pkg-2 user +inherit java-pkg-2 MY_PN="zeppelin" MY_P="${MY_PN}-${PV}-bin-all" |