Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/moserial/
Date: Mon, 19 Apr 2021 19:31:12
Message-Id: 1618860627.73b3c897b5d793ea3338a0bb47eafc69fa93d203.sam@gentoo
1 commit: 73b3c897b5d793ea3338a0bb47eafc69fa93d203
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 19 19:29:38 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 19 19:30:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b3c897
7
8 net-dialup/moserial: move pkgconfig dep for older EAPIs
9
10 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-dialup/moserial/moserial-3.0.15.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/net-dialup/moserial/moserial-3.0.15.ebuild b/net-dialup/moserial/moserial-3.0.15.ebuild
17 index d05b7f77600..722a6f845ba 100644
18 --- a/net-dialup/moserial/moserial-3.0.15.ebuild
19 +++ b/net-dialup/moserial/moserial-3.0.15.ebuild
20 @@ -2,6 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 +
25 inherit gnome2
26
27 DESCRIPTION="A clean and friendly gtk-based serial terminal"
28 @@ -10,15 +11,14 @@ HOMEPAGE="https://wiki.gnome.org/moserial"
29 LICENSE="GPL-3+"
30 SLOT="0"
31 KEYWORDS="amd64 ~ppc x86"
32 -IUSE=""
33
34 RDEPEND="
35 >=dev-libs/glib-2.16:2[dbus]
36 gnome-base/gsettings-desktop-schemas
37 >=x11-libs/gtk+-3.2.0:3
38 "
39 -DEPEND="${RDEPEND}"
40 -BDEPEND="
41 +DEPEND="
42 + ${RDEPEND}
43 >=dev-util/intltool-0.35
44 dev-util/itstool
45 virtual/pkgconfig