summaryrefslogtreecommitdiff
path: root/dev-vcs/gitg/gitg-3.30.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-12-31 13:43:35 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-12-31 13:43:35 +0000
commit2891d29af8907ce881662f4a02844926d7a293c7 (patch)
tree56979d96839d0827aa52008b81b746b4934d88df /dev-vcs/gitg/gitg-3.30.1.ebuild
parentde49812990871e1705b64051c35161d5e6400269 (diff)
gentoo resync : 31.12.2018
Diffstat (limited to 'dev-vcs/gitg/gitg-3.30.1.ebuild')
-rw-r--r--dev-vcs/gitg/gitg-3.30.1.ebuild12
1 files changed, 4 insertions, 8 deletions
diff --git a/dev-vcs/gitg/gitg-3.30.1.ebuild b/dev-vcs/gitg/gitg-3.30.1.ebuild
index 8b455c5215f3..338a545b1e50 100644
--- a/dev-vcs/gitg/gitg-3.30.1.ebuild
+++ b/dev-vcs/gitg/gitg-3.30.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -46,23 +46,19 @@ DEPEND="${RDEPEND}
$(vala_depend)
>=dev-libs/libgit2-glib-0.24.4[vala]
>=dev-util/intltool-0.40
- gnome-base/gnome-common
- >=sys-devel/gettext-0.17
+ >=sys-devel/gettext-0.19.7
virtual/pkgconfig
"
-pkg_setup() {
- use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
-}
-
src_prepare() {
default
vala_src_prepare
+ xdg_environment_reset
}
src_configure() {
local emesonargs=(
- -Dglade_catalog=$(usex glade true false)
+ $(meson_use glade glade_catalog)
# we install the module manually anyway
-Dpython=false
)