diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-19 12:10:51 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-21 16:34:19 +0100 |
commit | 1d6aed4e4e85680247419d151e1d1b669f85d0a9 (patch) | |
tree | 966b228c114d4c4cf069c14ec7c6a2905b9aae6c /app-backup | |
parent | x11-drivers/nvidia-drivers: add 535.171.04 (diff) | |
download | gentoo-1d6aed4e4e85680247419d151e1d1b669f85d0a9.tar.gz gentoo-1d6aed4e4e85680247419d151e1d1b669f85d0a9.tar.bz2 gentoo-1d6aed4e4e85680247419d151e1d1b669f85d0a9.zip |
app-backup/luckybackup: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/luckybackup/luckybackup-0.5.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-backup/luckybackup/luckybackup-0.5.0.ebuild b/app-backup/luckybackup/luckybackup-0.5.0.ebuild index 038a6912eae7..cbb133958a1e 100644 --- a/app-backup/luckybackup/luckybackup-0.5.0.ebuild +++ b/app-backup/luckybackup/luckybackup-0.5.0.ebuild @@ -1,18 +1,17 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit qmake-utils DESCRIPTION="Powerful and flexible backup (and syncing) tool, using RSync and Qt" -HOMEPAGE="http://luckybackup.sourceforge.net/" +HOMEPAGE="https://luckybackup.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" DEPEND=" dev-qt/qtcore:5 |