summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/gcc/gcc-4.8.4_pre9999.ebuild')
-rw-r--r--sys-devel/gcc/gcc-4.8.4_pre9999.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys-devel/gcc/gcc-4.8.4_pre9999.ebuild b/sys-devel/gcc/gcc-4.8.4_pre9999.ebuild
index fa8e0be..b86aae2 100644
--- a/sys-devel/gcc/gcc-4.8.4_pre9999.ebuild
+++ b/sys-devel/gcc/gcc-4.8.4_pre9999.ebuild
@@ -10,7 +10,7 @@ inherit toolchain
KEYWORDS=""
SLOT="${GCC_BRANCH_VER}-vcs"
-IUSE="nobootstrap offline"
+IUSE="nobootstrap"
RDEPEND=""
DEPEND="${RDEPEND}
@@ -21,10 +21,6 @@ if [[ ${CATEGORY} != cross-* ]] ; then
fi
src_unpack() {
- # use the offline USE flag to prevent the ebuild from trying to update from
- # the repo. the current sources will be used instead.
- use offline && EVCS_OFFLINE="yes"
-
toolchain_src_unpack
echo "commit ${EGIT_VERSION}" > "${S}"/gcc/REVISION