diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc48/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc49/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 652ae366ea60..568ac9fb2eac 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -14,7 +14,7 @@ COMMENT= GNU Compiler Collection 4.8 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi -DEPRECATED= Unsupported by upstream. Use GCC 6 or newer instead. +DEPRECATED= Unsupported by upstream. Use GCC 7 or newer instead. ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc powerpc64 sparc64 LIB_DEPENDS= libgmp.so:math/gmp \ diff --git a/lang/gcc49/Makefile b/lang/gcc49/Makefile index a4db46650d39..8ab0e34e7427 100644 --- a/lang/gcc49/Makefile +++ b/lang/gcc49/Makefile @@ -14,7 +14,7 @@ COMMENT= GNU Compiler Collection 4.9 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi -DEPRECATED= Unsupported by upstream. Use GCC 6 or newer instead. +DEPRECATED= Unsupported by upstream. Use GCC 7 or newer instead. ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc powerpc64 sparc64 LIB_DEPENDS= libgmp.so:math/gmp \ |