commit: c7f5ddcc137335d5cc2aad5090d1c8ac7c2836dc Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Wed Aug 30 05:07:35 2023 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Wed Aug 30 05:07:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7f5ddcc
dev-db/dbeaver-bin: remove eutils Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> dev-db/dbeaver-bin/dbeaver-bin-23.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/dbeaver-bin/dbeaver-bin-23.0.0.ebuild b/dev-db/dbeaver-bin/dbeaver-bin-23.0.0.ebuild index 8320a8f508..b3f6ff6fee 100644 --- a/dev-db/dbeaver-bin/dbeaver-bin-23.0.0.ebuild +++ b/dev-db/dbeaver-bin/dbeaver-bin-23.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit desktop eutils xdg +inherit desktop wrapper xdg DESCRIPTION="Free universal database tool (community edition)." HOMEPAGE="https://dbeaver.io/"
