diff options
author | Sam James <sam@gentoo.org> | 2021-04-19 20:29:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-19 20:30:27 +0100 |
commit | 73b3c897b5d793ea3338a0bb47eafc69fa93d203 (patch) | |
tree | 0af32625ad65d8ff1e94a8017b6e0b5489fbfd54 /net-dialup/moserial | |
parent | games-board/pioneers: move pkgconfig dep for older EAPIs (diff) | |
download | gentoo-73b3c897b5d793ea3338a0bb47eafc69fa93d203.tar.gz gentoo-73b3c897b5d793ea3338a0bb47eafc69fa93d203.tar.bz2 gentoo-73b3c897b5d793ea3338a0bb47eafc69fa93d203.zip |
net-dialup/moserial: move pkgconfig dep for older EAPIs
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dialup/moserial')
-rw-r--r-- | net-dialup/moserial/moserial-3.0.15.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dialup/moserial/moserial-3.0.15.ebuild b/net-dialup/moserial/moserial-3.0.15.ebuild index d05b7f776000..722a6f845baf 100644 --- a/net-dialup/moserial/moserial-3.0.15.ebuild +++ b/net-dialup/moserial/moserial-3.0.15.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 + inherit gnome2 DESCRIPTION="A clean and friendly gtk-based serial terminal" @@ -10,15 +11,14 @@ HOMEPAGE="https://wiki.gnome.org/moserial" LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 ~ppc x86" -IUSE="" RDEPEND=" >=dev-libs/glib-2.16:2[dbus] gnome-base/gsettings-desktop-schemas >=x11-libs/gtk+-3.2.0:3 " -DEPEND="${RDEPEND}" -BDEPEND=" +DEPEND=" + ${RDEPEND} >=dev-util/intltool-0.35 dev-util/itstool virtual/pkgconfig |