diff options
| -rw-r--r-- | kde-apps/cantor/cantor-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-apps/cantor/cantor-9999.ebuild b/kde-apps/cantor/cantor-9999.ebuild index b09ae90dbe9..9a35e5ba9fe 100644 --- a/kde-apps/cantor/cantor-9999.ebuild +++ b/kde-apps/cantor/cantor-9999.ebuild @@ -22,6 +22,7 @@ KEYWORDS="" IUSE="+analitza julia lua postscript python qalculate R" REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} ) python? ( ${PYTHON_REQUIRED_USE} )" +RESTRICT+=" test" # TODO Add Sage Mathematics Software backend (https://www.sagemath.org) DEPEND=" @@ -71,8 +72,7 @@ RDEPEND="${DEPEND} ) ) ) ) ) ) ) " - -RESTRICT+=" test" +BDEPEND="x11-misc/shared-mime-info" pkg_setup() { use lua && lua-single_pkg_setup |
