summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-11-10 18:33:02 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2019-11-10 18:34:45 +0000
commitd7e27f0187a009013fb4f2f14284f5c16cfc40e3 (patch)
tree1cb06f322808b986b1cc31f6b9efbd1660e1c485 /sys-devel/gcc/gcc-9.1.0-r1.ebuild
parentnet-dns/avahi: fix deprecated prune_libtool_files, bug #699752 (diff)
downloadgentoo-d7e27f0187a009013fb4f2f14284f5c16cfc40e3.tar.gz
gentoo-d7e27f0187a009013fb4f2f14284f5c16cfc40e3.tar.bz2
gentoo-d7e27f0187a009013fb4f2f14284f5c16cfc40e3.zip
sys-devel/gcc: drop old
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel/gcc/gcc-9.1.0-r1.ebuild')
-rw-r--r--sys-devel/gcc/gcc-9.1.0-r1.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/sys-devel/gcc/gcc-9.1.0-r1.ebuild b/sys-devel/gcc/gcc-9.1.0-r1.ebuild
deleted file mode 100644
index ac9e761fd5a8..000000000000
--- a/sys-devel/gcc/gcc-9.1.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PATCH_VER="1.1"
-
-inherit toolchain
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
-
-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