Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-base/
Date: Wed, 12 Dec 2018 14:23:11
Message-Id: 1544624576.22dda53e778ffe4f5cb473648afe097120fe90b4.eva@gentoo
1 commit: 22dda53e778ffe4f5cb473648afe097120fe90b4
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 12 14:22:39 2018 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 12 14:22:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22dda53e
7
8 app-admin/packagekit-base: add autoconf-archive to DEPEND
9
10 Closes: https://bugs.gentoo.org/666220
11 Package-Manager: Portage-2.3.52, Repoman-2.3.12
12 Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>
13
14 app-admin/packagekit-base/packagekit-base-1.1.12.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/app-admin/packagekit-base/packagekit-base-1.1.12.ebuild b/app-admin/packagekit-base/packagekit-base-1.1.12.ebuild
18 index e2b3295f8a7..58645f40162 100644
19 --- a/app-admin/packagekit-base/packagekit-base-1.1.12.ebuild
20 +++ b/app-admin/packagekit-base/packagekit-base-1.1.12.ebuild
21 @@ -51,6 +51,7 @@ DEPEND="${COMMON_DEPEND}
22 dev-util/glib-utils
23 >=dev-util/gtk-doc-am-1.11
24 >=dev-util/intltool-0.35.0
25 + sys-devel/autoconf-archive
26 sys-devel/gettext
27 virtual/pkgconfig
28 vala? ( $(vala_depend) )