commit: 4407731ea9e0c25bde95148f7b5d7b98e52edbe9
Author: ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Sat Aug 22 13:02:50 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> 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() {