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 4730C13832E for ; Sat, 30 Jul 2016 20:37:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6823221C0A0; Sat, 30 Jul 2016 20:37:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C511F21C0A0 for ; Sat, 30 Jul 2016 20:37:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFEBE340D3E for ; Sat, 30 Jul 2016 20:37:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07B1B1B9B for ; Sat, 30 Jul 2016 20:37:21 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1469911006.9f31243085a50858de8529499e49c7eca406b08d.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/glib/glib-2.48.1-r1.ebuild dev-libs/glib/glib-2.48.1.ebuild X-VCS-Directories: dev-libs/glib/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 9f31243085a50858de8529499e49c7eca406b08d X-VCS-Branch: master Date: Sat, 30 Jul 2016 20:37:21 +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: a041c01b-ed44-4464-8d56-da29dbe758bd X-Archives-Hash: 6326f06ce7ead83064a7e9d0d8d45b84 commit: 9f31243085a50858de8529499e49c7eca406b08d Author: Pacho Ramos gentoo org> AuthorDate: Sat Jul 30 19:33:18 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Jul 30 20:36:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f312430 dev-libs/glib: libpcre static-libs USE needs to be sync with glib (#588082 by Jordan Yelloz), libintl is needed (#589336 by Gerhard Bräunlich). Package-Manager: portage-2.3.0 dev-libs/glib/{glib-2.48.1.ebuild => glib-2.48.1-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/glib/glib-2.48.1.ebuild b/dev-libs/glib/glib-2.48.1-r1.ebuild similarity index 99% rename from dev-libs/glib/glib-2.48.1.ebuild rename to dev-libs/glib/glib-2.48.1-r1.ebuild index 3c4af2b..ca557d9 100644 --- a/dev-libs/glib/glib-2.48.1.ebuild +++ b/dev-libs/glib/glib-2.48.1-r1.ebuild @@ -35,6 +35,7 @@ RDEPEND=" >=dev-libs/libpcre-8.13:3[${MULTILIB_USEDEP}] >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}] >=virtual/libffi-3.0.13-r1[${MULTILIB_USEDEP}] + >=virtual/libintl-0-r2[${MULTILIB_USEDEP}] >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] selinux? ( >=sys-libs/libselinux-2.2.2-r5[${MULTILIB_USEDEP}] ) xattr? ( >=sys-apps/attr-2.4.47-r1[${MULTILIB_USEDEP}] )