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 D24D913835A for ; Sun, 27 Sep 2020 10:27:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0B8CE07DB; Sun, 27 Sep 2020 10:27:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B9064E07DB for ; Sun, 27 Sep 2020 10:27:37 +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 A453533FE26 for ; Sun, 27 Sep 2020 10:27:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F30236F for ; Sun, 27 Sep 2020 10:27:35 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1601202447.2c7b21b46c91937d6e24e80f1ece61c90250d772.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/gpaste/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/gpaste/gpaste-3.36.3.ebuild X-VCS-Directories: x11-misc/gpaste/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 2c7b21b46c91937d6e24e80f1ece61c90250d772 X-VCS-Branch: master Date: Sun, 27 Sep 2020 10:27:35 +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: 5418fe21-7328-4054-92c4-40bdd0090001 X-Archives-Hash: c1264510cee3e07610dd0fea7f5ea86a commit: 2c7b21b46c91937d6e24e80f1ece61c90250d772 Author: Joonas Niilola gentoo org> AuthorDate: Sun Sep 27 10:21:59 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Sep 27 10:27:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c7b21b4 x11-misc/gpaste: stylize 3.36.3 Signed-off-by: Joonas Niilola gentoo.org> x11-misc/gpaste/gpaste-3.36.3.ebuild | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/x11-misc/gpaste/gpaste-3.36.3.ebuild b/x11-misc/gpaste/gpaste-3.36.3.ebuild index ed725004116..c80647c39d7 100644 --- a/x11-misc/gpaste/gpaste-3.36.3.ebuild +++ b/x11-misc/gpaste/gpaste-3.36.3.ebuild @@ -15,39 +15,39 @@ SRC_URI="https://github.com/Keruspe/GPaste/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+introspection +gnome vala systemd" +IUSE="+gnome +introspection systemd vala" REQUIRED_USE=" - vala? ( introspection ) gnome? ( introspection ) + vala? ( introspection ) " DEPEND=" - x11-libs/pango dev-libs/appstream-glib >=dev-libs/glib-2.48:2 - introspection? ( - >=x11-wm/mutter-3.36[introspection] - dev-libs/gjs - >=dev-libs/gobject-introspection-1.48.0 - ) sys-apps/dbus >=x11-libs/gdk-pixbuf-2.34:2 >=x11-libs/gtk+-3.20:3 x11-libs/libX11 x11-libs/libXi + x11-libs/pango gnome? ( >=x11-wm/mutter-3.36 ) + introspection? ( + dev-libs/gjs + >=dev-libs/gobject-introspection-1.48.0 + >=x11-wm/mutter-3.36[introspection] + ) " BDEPEND=" - vala? ( $(vala_depend) ) + virtual/pkgconfig gnome? ( gnome-base/gnome-control-center:2 ) - virtual/pkgconfig systemd? ( sys-apps/systemd ) + vala? ( $(vala_depend) ) " RDEPEND="${DEPEND} gnome? ( @@ -59,7 +59,7 @@ RDEPEND="${DEPEND} ) " -S=${WORKDIR}/GPaste-${PV} +S="${WORKDIR}/GPaste-${PV}" src_prepare() { use vala && vala_src_prepare