summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2013-11-01 19:02:10 +0100
committerMartin Väth <martin@mvath.de>2015-10-11 10:49:00 +0200
commitd4267fac1016abc649e2c68439324f48a4c3fdbe (patch)
treea8df13484c2beedc23a93418b71eebf66aa32e4b /app-portage/eix
parentBump duckduckgo. Remove bad ChangeLog comment which perhaps was only a bug (diff)
downloadmv-d4267fac1016abc649e2c68439324f48a4c3fdbe.tar.gz
mv-d4267fac1016abc649e2c68439324f48a4c3fdbe.tar.bz2
mv-d4267fac1016abc649e2c68439324f48a4c3fdbe.zip
Bump portage-bashrc-mv. eix: Remove IUSE=clang
Diffstat (limited to 'app-portage/eix')
-rw-r--r--app-portage/eix/ChangeLog3
-rw-r--r--app-portage/eix/eix-99999999.ebuild4
-rw-r--r--app-portage/eix/metadata.xml1
3 files changed, 4 insertions, 4 deletions
diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog
index aa8f43b4..c59b91f4 100644
--- a/app-portage/eix/ChangeLog
+++ b/app-portage/eix/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 01 Nov 2013; Martin Väth <martin@mvath.de>:
+ Remove IUSE=clang
+
14 Sep 2013; Martin Väth <martin@mvath.de>:
Bump to git-r3.eclass
diff --git a/app-portage/eix/eix-99999999.ebuild b/app-portage/eix/eix-99999999.ebuild
index 509e46ea..ecdb610c 100644
--- a/app-portage/eix/eix-99999999.ebuild
+++ b/app-portage/eix/eix-99999999.ebuild
@@ -17,14 +17,13 @@ PROPERTIES="live"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE="clang debug +dep doc nls optimization security strong-optimization strong-security sqlite swap-remote tools"
+IUSE="debug +dep doc nls optimization security strong-optimization strong-security sqlite swap-remote tools"
BOTHDEPEND="sqlite? ( >=dev-db/sqlite-3 )
nls? ( virtual/libintl )"
RDEPEND="${BOTHDEPEND}
app-shells/push"
DEPEND="${BOTHDEPEND}
- clang? ( sys-devel/clang )
>=sys-devel/gettext-0.18.3"
pkg_setup() {
@@ -50,7 +49,6 @@ src_configure() {
$(use_enable swap-remote) \
$(use_with prefix always-accept-keywords) \
$(use_with dep dep-default) \
- $(use_with clang nongnu-cxx clang++) \
--with-zsh-completion \
--with-ebuild-sh-default="/usr/$(get_libdir)/portage/bin/ebuild.sh" \
--with-portage-rootpath="${ROOTPATH}" \
diff --git a/app-portage/eix/metadata.xml b/app-portage/eix/metadata.xml
index 5d130ef0..de8d7fc2 100644
--- a/app-portage/eix/metadata.xml
+++ b/app-portage/eix/metadata.xml
@@ -19,7 +19,6 @@
<!-- remote-id type="berlios">eix</remote-id -->
</upstream>
<use>
- <flag name="clang">Use sys-devel/clang for building</flag>
<flag name="debug">Build with upstream's CXXFLAGS/LDFLAGS for debugging support; not recommended for normal use.</flag>
<flag name="dep">Make DEP=true the default which enables support for {,R,P}DEPEND but requires roughly double disk and memory.</flag>
<flag name="doc">Create description of the eix cache file additionally in html format</flag>