diff options
Diffstat (limited to 'kde-apps/kcalcore/kcalcore-9999.ebuild')
| -rw-r--r-- | kde-apps/kcalcore/kcalcore-9999.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/kde-apps/kcalcore/kcalcore-9999.ebuild b/kde-apps/kcalcore/kcalcore-9999.ebuild index 30a1f831b98..086d2a5dd68 100644 --- a/kde-apps/kcalcore/kcalcore-9999.ebuild +++ b/kde-apps/kcalcore/kcalcore-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 KDE_TEST="true" VIRTUALX_REQUIRED="test" @@ -12,12 +12,13 @@ LICENSE="GPL-2+ test? ( LGPL-3+ )" KEYWORDS="" IUSE="" -RDEPEND=" +BDEPEND=" + sys-devel/bison +" +DEPEND=" $(add_qt_dep qtgui) dev-libs/libical:= " -DEPEND="${RDEPEND} - sys-devel/bison -" +RDEPEND="${DEPEND}" RESTRICT+=" test" # multiple tests fail or hang indefinitely |
