]> git.bzium.org - embe/overlay.git/commitdiff
app-portage/eix-9999: synchronizacja
authorMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Fri, 14 Mar 2014 23:37:32 +0000 (00:37 +0100)
committerMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Fri, 14 Mar 2014 23:37:32 +0000 (00:37 +0100)
app-portage/eix/eix-9999.ebuild

index 660c219fde1f1a5ccea3eadf0affb43484446eaa..78d0bff8221103f5878a6a0fccd0b6554e50c48f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,14 +17,13 @@ HOMEPAGE="http://eix.berlios.de"
 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 )
        doc? ( dev-python/docutils )
        >=sys-devel/gettext-0.18.3"
 
@@ -42,7 +41,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}" \