commit:     73b3c897b5d793ea3338a0bb47eafc69fa93d203
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 19:29:38 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 19:30:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b3c897

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 <AT> gentoo.org>

 net-dialup/moserial/moserial-3.0.15.ebuild | 6 +++---
 1 file 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 d05b7f77600..722a6f845ba 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

Reply via email to