commit: be8ba8957deb7f1df93a5e3351f7cd8f10c9ac82 Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Thu Sep 5 19:56:23 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat May 24 19:20:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be8ba895
app-backup/backintime: sync 9999 with latest Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Part-of: https://github.com/gentoo/gentoo/pull/38465 Closes: https://github.com/gentoo/gentoo/pull/38465 Signed-off-by: Sam James <sam <AT> gentoo.org> app-backup/backintime/backintime-1.5.2.ebuild | 2 +- app-backup/backintime/backintime-9999.ebuild | 16 +++++----------- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/app-backup/backintime/backintime-1.5.2.ebuild b/app-backup/backintime/backintime-1.5.2.ebuild index a8750d07a601..4e9df34017ec 100644 --- a/app-backup/backintime/backintime-1.5.2.ebuild +++ b/app-backup/backintime/backintime-1.5.2.ebuild @@ -36,7 +36,7 @@ RDEPEND=" ${DEPEND} virtual/openssh net-misc/rsync[xattr,acl] - gui? ( dev-python/PyQt6[gui,widgets] ) + gui? ( dev-python/pyqt6[gui,widgets] ) " BDEPEND=" sys-devel/gettext diff --git a/app-backup/backintime/backintime-9999.ebuild b/app-backup/backintime/backintime-9999.ebuild index 7b06c4a61473..84e91cb62184 100644 --- a/app-backup/backintime/backintime-9999.ebuild +++ b/app-backup/backintime/backintime-9999.ebuild @@ -14,10 +14,10 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/bit-team/${PN}/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64" fi -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" IUSE="examples gui test" RESTRICT="!test? ( test )" @@ -40,11 +40,7 @@ RDEPEND=" " BDEPEND=" sys-devel/gettext - test? ( - $(python_gen_cond_dep ' - dev-python/pyfakefs[${PYTHON_USEDEP}] - ') - ) + test? ( $(python_gen_cond_dep 'dev-python/pyfakefs[${PYTHON_USEDEP}]') ) " PATCHES=( @@ -78,9 +74,7 @@ src_configure() { src_compile() { emake -C common - if use gui ; then - emake -C qt - fi + use gui && emake -C qt } src_test() { @@ -93,7 +87,7 @@ src_test() { src_install() { emake -C common DESTDIR="${D}" install - if use gui ; then + if use gui; then emake -C qt DESTDIR="${D}" install fi
