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 E24821385B3 for ; Sat, 22 Aug 2015 16:46:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2DD214145; Sat, 22 Aug 2015 16:46:48 +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 414161419B for ; Sat, 22 Aug 2015 16:46:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D968340775 for ; Sat, 22 Aug 2015 16:46:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38D54160 for ; Sat, 22 Aug 2015 16:46:45 +0000 (UTC) From: "Heather Cynede" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Heather Cynede" Message-ID: <1440248570.4407731ea9e0c25bde95148f7b5d7b98e52edbe9.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: www-servers/xsp/ X-VCS-Repository: proj/dotnet X-VCS-Files: www-servers/xsp/xsp-2014.12-r2014120900.ebuild X-VCS-Directories: www-servers/xsp/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: 4407731ea9e0c25bde95148f7b5d7b98e52edbe9 X-VCS-Branch: master Date: Sat, 22 Aug 2015 16:46: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: 15e9b7b6-e0e2-44e4-a76f-f868295d2037 X-Archives-Hash: 042443ae93e40f109b81320e35798e5e commit: 4407731ea9e0c25bde95148f7b5d7b98e52edbe9 Author: ArsenShnurkov gmail com> AuthorDate: Sat Aug 22 13:02:50 2015 +0000 Commit: Heather Cynede gentoo org> CommitDate: Sat Aug 22 13:02:50 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=4407731e removed duplication, added block www-servers/xsp/xsp-2014.12-r2014120900.ebuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/www-servers/xsp/xsp-2014.12-r2014120900.ebuild b/www-servers/xsp/xsp-2014.12-r2014120900.ebuild index 2b8a4eb..4f119c7 100644 --- a/www-servers/xsp/xsp-2014.12-r2014120900.ebuild +++ b/www-servers/xsp/xsp-2014.12-r2014120900.ebuild @@ -21,8 +21,12 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc test developer debug" -RDEPEND="dev-db/sqlite:3" -DEPEND="${RDEPEND}" +COMMON_DEPEND="dev-db/sqlite:3 + !dev-dotnet/xsp + " + +RDEPEND="${COMMON_DEPEND}" +DEPEND="${COMMON_DEPEND}" src_prepare() { epatch "${FILESDIR}/aclocal-fix.patch" @@ -53,11 +57,6 @@ METAFILETOBUILD=xsp.sln src_compile() { exbuild xsp.sln - if use developer; then - exbuild /p:DebugSymbols=True ${METAFILETOBUILD} - else - exbuild /p:DebugSymbols=False ${METAFILETOBUILD} - fi } pkg_preinst() {