summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-03 03:13:29 +0100
committerSam James <sam@gentoo.org>2023-06-10 11:23:59 +0100
commitd146ea0066044e0ed181e52a24d827125b5580e4 (patch)
tree0eb965b7c293574ee8307e4c856ee8975cf9c4e5 /media-libs
parentmedia-video/ffmpeg: drop dead prefix targets (diff)
downloadgentoo-d146ea0066044e0ed181e52a24d827125b5580e4.tar.gz
gentoo-d146ea0066044e0ed181e52a24d827125b5580e4.tar.bz2
gentoo-d146ea0066044e0ed181e52a24d827125b5580e4.zip
media-libs/glew: drop dead prefix targets
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/glew/glew-1.10.0-r100.ebuild5
-rw-r--r--media-libs/glew/glew-1.6.0-r100.ebuild5
-rw-r--r--media-libs/glew/glew-2.2.0.ebuild5
3 files changed, 3 insertions, 12 deletions
diff --git a/media-libs/glew/glew-1.10.0-r100.ebuild b/media-libs/glew/glew-1.10.0-r100.ebuild
index 9dda504c9257..7130f07dcfe9 100644
--- a/media-libs/glew/glew-1.10.0-r100.ebuild
+++ b/media-libs/glew/glew-1.10.0-r100.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -32,8 +32,6 @@ src_prepare() {
# don't do stupid Solaris specific stuff that won't work in Prefix
cp config/Makefile.linux config/Makefile.solaris || die
- # and let freebsd be built as on linux too
- cp config/Makefile.linux config/Makefile.freebsd || die
multilib_copy_sources
}
@@ -42,7 +40,6 @@ glew_system() {
# Set the SYSTEM variable instead of probing. #523444 #595280
case ${CHOST} in
*linux*) echo "linux" ;;
- *-freebsd*) echo "freebsd" ;;
*-darwin*) echo "darwin" ;;
*-solaris*) echo "solaris" ;;
mingw*|*-mingw*) echo "mingw" ;;
diff --git a/media-libs/glew/glew-1.6.0-r100.ebuild b/media-libs/glew/glew-1.6.0-r100.ebuild
index b3a90658af0f..527cc234db07 100644
--- a/media-libs/glew/glew-1.6.0-r100.ebuild
+++ b/media-libs/glew/glew-1.6.0-r100.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -31,8 +31,6 @@ src_prepare() {
# don't do stupid Solaris specific stuff that won't work in Prefix
cp config/Makefile.linux config/Makefile.solaris || die
- # and let freebsd be built as on linux too
- cp config/Makefile.linux config/Makefile.freebsd || die
multilib_copy_sources
}
@@ -41,7 +39,6 @@ glew_system() {
# Set the SYSTEM variable instead of probing. #523444 #595280
case ${CHOST} in
*linux*) echo "linux" ;;
- *-freebsd*) echo "freebsd" ;;
*-darwin*) echo "darwin" ;;
*-solaris*) echo "solaris" ;;
mingw*|*-mingw*) echo "mingw" ;;
diff --git a/media-libs/glew/glew-2.2.0.ebuild b/media-libs/glew/glew-2.2.0.ebuild
index d803893aba5e..99873e2744b9 100644
--- a/media-libs/glew/glew-2.2.0.ebuild
+++ b/media-libs/glew/glew-2.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -45,8 +45,6 @@ src_prepare() {
# don't do stupid Solaris specific stuff that won't work in Prefix
cp config/Makefile.linux config/Makefile.solaris || die
- # and let freebsd be built as on linux too
- cp config/Makefile.linux config/Makefile.freebsd || die
default
multilib_copy_sources
@@ -56,7 +54,6 @@ glew_system() {
# Set the SYSTEM variable instead of probing. #523444 #595280
case ${CHOST} in
*linux*) echo "linux" ;;
- *-freebsd*) echo "freebsd" ;;
*-darwin*) echo "darwin" ;;
*-solaris*) echo "solaris" ;;
mingw*|*-mingw*) echo "mingw" ;;