commit: 4327eadd31cbeca4aaa05c033a62ba3a7baac053 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Tue Sep 15 20:19:15 2020 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Tue Sep 15 20:20:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4327eadd
x11-misc/evolvotron: Depend on dev-qt/qtwidgets:5, drop old HOMEPAGE Package-Manager: Portage-3.0.7, Repoman-3.0.1 Closes: https://bugs.gentoo.org/724630 Closes: https://bugs.gentoo.org/742692 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> .../{evolvotron-0.7.1.ebuild => evolvotron-0.7.1-r1.ebuild} | 8 ++++---- x11-misc/evolvotron/evolvotron-0.7.1.ebuild | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/x11-misc/evolvotron/evolvotron-0.7.1.ebuild b/x11-misc/evolvotron/evolvotron-0.7.1-r1.ebuild similarity index 86% copy from x11-misc/evolvotron/evolvotron-0.7.1.ebuild copy to x11-misc/evolvotron/evolvotron-0.7.1-r1.ebuild index dd964488f2e..c8f3df726e1 100644 --- a/x11-misc/evolvotron/evolvotron-0.7.1.ebuild +++ b/x11-misc/evolvotron/evolvotron-0.7.1-r1.ebuild @@ -1,24 +1,24 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit qmake-utils DESCRIPTION="Generative art image evolver" HOMEPAGE=" - http://www.bottlenose.net/share/evolvotron/index.htm https://sourceforge.net/projects/evolvotron/ " SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="~amd64 ~ppc ~x86" RDEPEND=" dev-libs/boost:= dev-qt/qtcore:5 dev-qt/qtgui:5 + dev-qt/qtwidgets:5 dev-qt/qtxml:5 " DEPEND="${RDEPEND}" diff --git a/x11-misc/evolvotron/evolvotron-0.7.1.ebuild b/x11-misc/evolvotron/evolvotron-0.7.1.ebuild index dd964488f2e..62f289f61de 100644 --- a/x11-misc/evolvotron/evolvotron-0.7.1.ebuild +++ b/x11-misc/evolvotron/evolvotron-0.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,6 +19,7 @@ RDEPEND=" dev-libs/boost:= dev-qt/qtcore:5 dev-qt/qtgui:5 + dev-qt/qtwidgets:5 dev-qt/qtxml:5 " DEPEND="${RDEPEND}"
