diff options
author | eroen <eroen-overlay@occam.eroen.eu> | 2016-10-14 23:07:58 +0200 |
---|---|---|
committer | eroen <eroen-overlay@occam.eroen.eu> | 2016-10-14 23:07:58 +0200 |
commit | 6a9149a7eb0ef139ab78070fe52d04b8c3f37397 (patch) | |
tree | 34c77b9a47e03c59f28af0cf63ea037907d931ac /app-arch/lld/lld-9999.ebuild | |
parent | profiles - Override stable no-multilib profiles (diff) | |
download | eroen-6a9149a7eb0ef139ab78070fe52d04b8c3f37397.tar.gz eroen-6a9149a7eb0ef139ab78070fe52d04b8c3f37397.tar.bz2 eroen-6a9149a7eb0ef139ab78070fe52d04b8c3f37397.zip |
cleanup
Diffstat (limited to 'app-arch/lld/lld-9999.ebuild')
-rw-r--r-- | app-arch/lld/lld-9999.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/app-arch/lld/lld-9999.ebuild b/app-arch/lld/lld-9999.ebuild index 9a7c816..361388b 100644 --- a/app-arch/lld/lld-9999.ebuild +++ b/app-arch/lld/lld-9999.ebuild @@ -1,6 +1,7 @@ -# By Eroen, 2013 -# Distributed under the terms of the ISC License -# $Header: $ +# By eroen <eroen-overlay@occam.eroen.eu>, 2013 - 2016 +# Permission to use, copy, modify, and/or distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notice and this permission notice appear in all copies. EAPI=5 @@ -13,13 +14,13 @@ SRC_URI="" LICENSE="UoI-NCSA" SLOT="0" -KEYWORDS="~amd64" +#KEYWORDS="~amd64" IUSE="" LIBDEPEND=" || ( ( >=sys-devel/clang-3.1 sys-libs/libcxx ) - >=sys-devel/gcc-4.7 ) + >=sys-devel/gcc-4.7:* ) " RDEPEND="${LIBDEPEND}" DEPEND="${LIBDEPEND}" |