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 4F00A138334 for ; Sun, 24 Jun 2018 13:14:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64EAFE086E; Sun, 24 Jun 2018 13:14:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 18E4CE086E for ; Sun, 24 Jun 2018 13:14:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A3281335C84 for ; Sun, 24 Jun 2018 13:14:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3581735A for ; Sun, 24 Jun 2018 13:14:45 +0000 (UTC) From: "Sobhan Mohammadpour" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sobhan Mohammadpour" Message-ID: <1529846075.d99c50d938c8b6e8ff083eb1895d80ad2829820c.sobhan@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/glib/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/glib/glib-2.56.1-r1.ebuild dev-libs/glib/glib-2.56.1.ebuild X-VCS-Directories: dev-libs/glib/ X-VCS-Committer: sobhan X-VCS-Committer-Name: Sobhan Mohammadpour X-VCS-Revision: d99c50d938c8b6e8ff083eb1895d80ad2829820c X-VCS-Branch: master Date: Sun, 24 Jun 2018 13:14:45 +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-Archives-Salt: ec6b4b03-1343-49ab-8647-6df7d04052c7 X-Archives-Hash: dab2e4c14593f5d8191c803cf904e473 commit: d99c50d938c8b6e8ff083eb1895d80ad2829820c Author: Sobhan Mohammadpour gentoo org> AuthorDate: Sun Jun 24 13:14:35 2018 +0000 Commit: Sobhan Mohammadpour gentoo org> CommitDate: Sun Jun 24 13:14:35 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d99c50d9 Revert "dev-libs/glib: bump" This reverts commit d2a6fd4a2c7dcae1e11ebfa4a2d3a028abb2ac6d. .../{glib-2.56.1-r1.ebuild => glib-2.56.1.ebuild} | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/dev-libs/glib/glib-2.56.1-r1.ebuild b/dev-libs/glib/glib-2.56.1.ebuild similarity index 91% rename from dev-libs/glib/glib-2.56.1-r1.ebuild rename to dev-libs/glib/glib-2.56.1.ebuild index 04ed5b91..06c64dfa 100644 --- a/dev-libs/glib/glib-2.56.1-r1.ebuild +++ b/dev-libs/glib/glib-2.56.1.ebuild @@ -6,26 +6,26 @@ # then to be think very closely. EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python2_7 ) # Completely useless with or without USE static-libs, people need to use # pkg-config GNOME2_LA_PUNT="yes" inherit autotools bash-completion-r1 epunt-cxx flag-o-matic gnome2 libtool linux-info \ - multilib multilib-minimal pax-utils python-single-r1 toolchain-funcs versionator virtualx + multilib multilib-minimal pax-utils python-r1 toolchain-funcs versionator virtualx DESCRIPTION="The GLib library of C routines" HOMEPAGE="https://www.gtk.org/" -SRC_URI="${SRC_URI} +SRC_URI="${SRC_URI} https://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz" # pkg.m4 for eautoreconf LICENSE="LGPL-2.1+" SLOT="2" IUSE="dbus debug fam kernel_linux +mime selinux static-libs systemtap test utils xattr" REQUIRED_USE=" - ${PYTHON_REQUIRED_USE} + utils? ( ${PYTHON_REQUIRED_USE} ) test? ( ${PYTHON_REQUIRED_USE} ) -" # test dep left here and elsewhere to not forget, as global python requirement is supposed to be temporary until a split package is made with meson +" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" @@ -44,9 +44,9 @@ RDEPEND=" selinux? ( >=sys-libs/libselinux-2.2.2-r5[${MULTILIB_USEDEP}] ) xattr? ( >=sys-apps/attr-2.4.47-r1[${MULTILIB_USEDEP}] ) fam? ( >=virtual/fam-0-r1[${MULTILIB_USEDEP}] ) - ${PYTHON_DEPS} utils? ( - >=dev-util/gdbus-codegen-${PV} + ${PYTHON_DEPS} + >=dev-util/gdbus-codegen-${PV}[${PYTHON_USEDEP}] virtual/libelf:0= ) " @@ -59,7 +59,7 @@ DEPEND="${RDEPEND} test? ( sys-devel/gdb ${PYTHON_DEPS} - >=dev-util/gdbus-codegen-${PV} + >=dev-util/gdbus-codegen-${PV}[${PYTHON_USEDEP}] >=sys-apps/dbus-1.2.14 ) !