From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA8271382C5 for ; Mon, 19 Apr 2021 19:31:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3460EE084E; Mon, 19 Apr 2021 19:31:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A23DE084E for ; Mon, 19 Apr 2021 19:31:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E8923335D50 for ; Mon, 19 Apr 2021 19:31:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F23986EB for ; Mon, 19 Apr 2021 19:31:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618860627.73b3c897b5d793ea3338a0bb47eafc69fa93d203.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/moserial/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/moserial/moserial-3.0.15.ebuild X-VCS-Directories: net-dialup/moserial/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 73b3c897b5d793ea3338a0bb47eafc69fa93d203 X-VCS-Branch: master Date: Mon, 19 Apr 2021 19:31:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 19469d77-fe7b-4650-ae28-ed78256dfe58 X-Archives-Hash: f523d7453aea7bbd6ca98f0d98b74354 commit: 73b3c897b5d793ea3338a0bb47eafc69fa93d203 Author: Sam James gentoo org> AuthorDate: Mon Apr 19 19:29:38 2021 +0000 Commit: Sam James gentoo 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 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