From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 31160138286 for ; Fri, 27 May 2016 10:22:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F20A021C04E; Fri, 27 May 2016 10:22:22 +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 5099C21C054 for ; Fri, 27 May 2016 10:22:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B1642340D8D for ; Fri, 27 May 2016 10:22:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDD8915DF for ; Fri, 27 May 2016 10:22:16 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1464344430.5719c6c49dd7e84331d0b102421dc3e086d1eb94.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/libpinyin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/libpinyin/libpinyin-0.8.0.ebuild app-i18n/libpinyin/libpinyin-1.0.0.ebuild X-VCS-Directories: app-i18n/libpinyin/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 5719c6c49dd7e84331d0b102421dc3e086d1eb94 X-VCS-Branch: master Date: Fri, 27 May 2016 10:22:16 +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: c8e31972-932d-47b1-b298-567e98ffb445 X-Archives-Hash: e672f982ca64a789813dec43c62c05e5 commit: 5719c6c49dd7e84331d0b102421dc3e086d1eb94 Author: Yixun Lan gentoo org> AuthorDate: Fri May 27 09:27:25 2016 +0000 Commit: Yixun Lan gentoo org> CommitDate: Fri May 27 10:20:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5719c6c4 app-i18n/libpinyin: fix sys-libs/db slot issue Package-Manager: portage-2.2.28 app-i18n/libpinyin/libpinyin-0.8.0.ebuild | 4 ++-- app-i18n/libpinyin/libpinyin-1.0.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-i18n/libpinyin/libpinyin-0.8.0.ebuild b/app-i18n/libpinyin/libpinyin-0.8.0.ebuild index 534625a..a9efe65 100644 --- a/app-i18n/libpinyin/libpinyin-0.8.0.ebuild +++ b/app-i18n/libpinyin/libpinyin-0.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 ppc ~ppc64 x86" IUSE="" -RDEPEND="=sys-libs/db-4* +RDEPEND="sys-libs/db:4.8 dev-libs/glib:2" DEPEND="${RDEPEND} virtual/libintl diff --git a/app-i18n/libpinyin/libpinyin-1.0.0.ebuild b/app-i18n/libpinyin/libpinyin-1.0.0.ebuild index dfaa3a5..21393ff 100644 --- a/app-i18n/libpinyin/libpinyin-1.0.0.ebuild +++ b/app-i18n/libpinyin/libpinyin-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="amd64 ~arm64 ~ppc ppc64 x86" IUSE="" -RDEPEND="=sys-libs/db-4* +RDEPEND="sys-libs/db:4.8 dev-libs/glib:2" DEPEND="${RDEPEND} virtual/libintl