diff options
author | ktrace <ktrace@yandex.ru> | 2018-12-08 20:03:12 +0300 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-16 15:05:01 +0100 |
commit | 1e8f2bb266d414f023e46c0fe5362fd128b7a50a (patch) | |
tree | a3c89f3dc0b51a6fd519ad3e374d004495adf562 /sci-electronics/drahnr-oregano | |
parent | media-gfx/krita: python3_7 (diff) | |
download | gentoo-1e8f2bb266d414f023e46c0fe5362fd128b7a50a.tar.gz gentoo-1e8f2bb266d414f023e46c0fe5362fd128b7a50a.tar.bz2 gentoo-1e8f2bb266d414f023e46c0fe5362fd128b7a50a.zip |
sci-electronics/drahnr-oregano: add glib-utils as dependency
Fix #671846, add dependency on dev-util/glib-utils
Closes: https://bugs.gentoo.org/671846
Signed-off-by: Victor Kustov <ktrace@yandex.ru>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10590
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-electronics/drahnr-oregano')
-rw-r--r-- | sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.ebuild b/sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.ebuild index 2ce8945195d8..c6d4bd34ba3f 100644 --- a/sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.ebuild +++ b/sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.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 @@ -25,6 +25,7 @@ COMMON_DEP="dev-libs/glib:2 DEPEND="${COMMON_DEP} ${PYTHON_DEPS} + dev-util/glib-utils virtual/pkgconfig" RDEPEND="${COMMON_DEP} |