diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2023-08-30 08:07:35 +0300 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2023-08-30 08:07:35 +0300 |
commit | c7f5ddcc137335d5cc2aad5090d1c8ac7c2836dc (patch) | |
tree | c388687862119546d4e04f52961c53bb92b834c0 /dev-db | |
parent | dev-python/openapi3: drop 1.8.1 (diff) | |
download | guru-c7f5ddcc137335d5cc2aad5090d1c8ac7c2836dc.tar.gz guru-c7f5ddcc137335d5cc2aad5090d1c8ac7c2836dc.tar.bz2 guru-c7f5ddcc137335d5cc2aad5090d1c8ac7c2836dc.zip |
dev-db/dbeaver-bin: remove eutils
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/dbeaver-bin/dbeaver-bin-23.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 8320a8f50..b3f6ff6fe 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/" |