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 EFBFA58973 for ; Mon, 8 Feb 2016 11:34:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72BEAE0894; Mon, 8 Feb 2016 11:34:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F7A3E0894 for ; Mon, 8 Feb 2016 11:34:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0CB173405D5 for ; Mon, 8 Feb 2016 11:34:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60EEC8F4 for ; Mon, 8 Feb 2016 11:34:46 +0000 (UTC) From: "Amy Winston" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Winston" Message-ID: <1454931197.4dba8b7cc280d2b54404a578dbe57f18be21a474.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/codecrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/codecrypt/codecrypt-1.4.1.ebuild app-crypt/codecrypt/codecrypt-1.6.ebuild X-VCS-Directories: app-crypt/codecrypt/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Winston X-VCS-Revision: 4dba8b7cc280d2b54404a578dbe57f18be21a474 X-VCS-Branch: master Date: Mon, 8 Feb 2016 11:34:46 +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: 732dbdd9-c192-4716-8452-a94bb03e2e9c X-Archives-Hash: 302123b3dafe0f79e8e1134afabe72e8 commit: 4dba8b7cc280d2b54404a578dbe57f18be21a474 Author: Amy Winston gentoo org> AuthorDate: Mon Feb 8 11:33:17 2016 +0000 Commit: Amy Winston gentoo org> CommitDate: Mon Feb 8 11:33:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dba8b7c app-crypt/codecrypt: slots gmp:= repaired Package-Manager: portage-2.2.26 app-crypt/codecrypt/codecrypt-1.4.1.ebuild | 4 ++-- app-crypt/codecrypt/codecrypt-1.6.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-crypt/codecrypt/codecrypt-1.4.1.ebuild b/app-crypt/codecrypt/codecrypt-1.4.1.ebuild index 20d2f00..8d54727 100644 --- a/app-crypt/codecrypt/codecrypt-1.4.1.ebuild +++ b/app-crypt/codecrypt/codecrypt-1.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+cryptopp" -DEPEND="dev-libs/gmp +DEPEND="dev-libs/gmp:= cryptopp? ( dev-libs/crypto++ )" RDEPEND="${DEPEND}" diff --git a/app-crypt/codecrypt/codecrypt-1.6.ebuild b/app-crypt/codecrypt/codecrypt-1.6.ebuild index 20d2f00..8d54727 100644 --- a/app-crypt/codecrypt/codecrypt-1.6.ebuild +++ b/app-crypt/codecrypt/codecrypt-1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+cryptopp" -DEPEND="dev-libs/gmp +DEPEND="dev-libs/gmp:= cryptopp? ( dev-libs/crypto++ )" RDEPEND="${DEPEND}"