diff --git a/app-office/laview-data-example/laview-data-example-9999.ebuild b/app-office/laview-data-example/laview-data-example-9999.ebuild index 9b9f55f3..65d3edcb 100644 --- a/app-office/laview-data-example/laview-data-example-9999.ebuild +++ b/app-office/laview-data-example/laview-data-example-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit cmake-utils +inherit gnome2-utils cmake-utils if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI=${EGIT_REPO_URI:-"git@git.backbone.ws:kolan/LAview.Data-Example.git"} diff --git a/app-office/laview-object-example/laview-object-example-9999.ebuild b/app-office/laview-object-example/laview-object-example-9999.ebuild index ef1a9f6e..1956f1aa 100644 --- a/app-office/laview-object-example/laview-object-example-9999.ebuild +++ b/app-office/laview-object-example/laview-object-example-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit cmake-utils +inherit cmake-utils gnome2-utils if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI=${EGIT_REPO_URI:-"git@git.backbone.ws:kolan/LAview.Object-Example.git"}