From d93fe7517cbb37a94e23c87a55dffb6a5624100e Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sat, 16 Sep 2023 18:05:57 +0200 Subject: sys-apps/duc: EAPI8 bump, fix LICENSE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Mair-Keimberger Signed-off-by: Ulrich Müller --- sys-apps/duc/duc-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sys-apps/duc') diff --git a/sys-apps/duc/duc-9999.ebuild b/sys-apps/duc/duc-9999.ebuild index e3f8f9050fbe..a0fde0e3916e 100644 --- a/sys-apps/duc/duc-9999.ebuild +++ b/sys-apps/duc/duc-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit autotools @@ -13,10 +13,10 @@ else SRC_URI="https://github.com/zevv/${PN}/releases/download/${PV}/${P}.tar.gz" fi -DESCRIPTION="A library and suite of tools for inspecting disk usage" +DESCRIPTION="Library and suite of tools for inspecting disk usage" HOMEPAGE="https://github.com/zevv/duc" -LICENSE="GPL-2" +LICENSE="LGPL-3" SLOT="0" IUSE="cairo gui leveldb ncurses sqlite +tokyocabinet X" @@ -66,7 +66,7 @@ src_configure() { if use tokyocabinet; then myconf+=( --with-db-backend=tokyocabinet ) - elif use leveldb; then + elif use leveldb; then myconf+=( --with-db-backend=leveldb ) else myconf+=( --with-db-backend=sqlite3 ) -- cgit v1.2.3-65-gdbad