commit: 1e8f2bb266d414f023e46c0fe5362fd128b7a50a Author: ktrace <ktrace <AT> yandex <DOT> ru> AuthorDate: Sat Dec 8 17:03:12 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Dec 16 14:05:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e8f2bb2
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 <AT> 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 <AT> gentoo.org> sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 2ce8945195d..c6d4bd34ba3 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}
