summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-12-09 19:26:44 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-12-09 19:27:08 +0100
commit0d5f21e50d09390a870abca656f9b2526357b144 (patch)
treedbf75acbbaaa7fe09504d2aa197d39089840ad54 /sys-devel/gcc/gcc-6.3.0.ebuild
parentdev-python/*: Update Manifest hashes (diff)
downloadgentoo-0d5f21e50d09390a870abca656f9b2526357b144.tar.gz
gentoo-0d5f21e50d09390a870abca656f9b2526357b144.tar.bz2
gentoo-0d5f21e50d09390a870abca656f9b2526357b144.zip
sys-devel/gcc: Drop gcc-6.3.0
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'sys-devel/gcc/gcc-6.3.0.ebuild')
-rw-r--r--sys-devel/gcc/gcc-6.3.0.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/sys-devel/gcc/gcc-6.3.0.ebuild b/sys-devel/gcc/gcc-6.3.0.ebuild
deleted file mode 100644
index d56c4f5fb120..000000000000
--- a/sys-devel/gcc/gcc-6.3.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-PATCH_VER="1.0"
-#UCLIBC_VER="1.0"
-
-inherit toolchain
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- elibc_glibc? ( >=sys-libs/glibc-2.13 )
- >=${CATEGORY}/binutils-2.20"
-
-if [[ ${CATEGORY} != cross-* ]] ; then
- PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.13 )"
-fi
-
-src_prepare() {
- toolchain_src_prepare
-}