diff options
Diffstat (limited to 'virtual/opengl')
-rw-r--r-- | virtual/opengl/Manifest | 3 | ||||
-rw-r--r-- | virtual/opengl/opengl-7.0-r2.ebuild | 17 | ||||
-rw-r--r-- | virtual/opengl/opengl-8.ebuild | 4 |
3 files changed, 3 insertions, 21 deletions
diff --git a/virtual/opengl/Manifest b/virtual/opengl/Manifest index 590fe0f7fdd1..3b290348ad20 100644 --- a/virtual/opengl/Manifest +++ b/virtual/opengl/Manifest @@ -1,3 +1,2 @@ -EBUILD opengl-7.0-r2.ebuild 439 BLAKE2B 257ad3b03966e59eb32d12f2d7794805349d84c6fd0b9b85761831236309e71ca61c8b992b40e7d521f051e197865666fa321102de467164352127b47aa749de SHA512 49b6f364fdac7f5c9ac4f8e17cc990fa5f52bc133736450e3fd6185745e013e325f004ad12c1917069acb503b3e27a5f4b6e47526cb77fb86aeed8357a0a2276 -EBUILD opengl-8.ebuild 449 BLAKE2B 2525b7a8cc0dd4870152bba238aa704e5cb1e41f424239ea1e1cba9b120d9f9bc2b11c6e4188e20536ab2c78199a3fdd1685149384794b930fb2a81e789e908c SHA512 77254f6abb5d7d013d70e4ed98369e14ec93c2770d11b10baf578d2cc2305124d2d0b880a465282c305bba0f332d9b3f5b237ab41927f20cef5ed39642ad5f0d +EBUILD opengl-8.ebuild 442 BLAKE2B b3328ad17e74590c97e5e68a3c1cfc4b1f86934cba4b56d6e367d5697aa9c65aae1484826e912bc57d5a2a9b810565aab76975f8cfc13b415375ff903d5fc553 SHA512 6c5bb46f1835ebe835a3172508862b6d290472be87a34c1a1b2d29ccb21713bd083e86f273977e187f27b575dada8661efb5d7ec537a43534c79cd9a1bee5439 MISC metadata.xml 259 BLAKE2B cc7abf54ed4398a2cfb77310c63f5fae3e432488b0c7466f8148c5d009d38aa4ca78eef78712f0b7b6aca6710aab1dfe3c07440f36179fde03f8a97a49b3c080 SHA512 6f50c5d3c735db431156906312a7c1dab3723d8c9e51d15148b92d97a998221c6838eb926f36c6b924c9fc8a6a64ba904e36482ff5164867c482502aa638462f diff --git a/virtual/opengl/opengl-7.0-r2.ebuild b/virtual/opengl/opengl-7.0-r2.ebuild deleted file mode 100644 index 07b08387f7f0..000000000000 --- a/virtual/opengl/opengl-7.0-r2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit multilib-build - -DESCRIPTION="Virtual for OpenGL implementation" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" - -RDEPEND=" - || ( - >=media-libs/mesa-9.1.6[X(+),${MULTILIB_USEDEP}] - dev-util/mingw64-runtime - )" diff --git a/virtual/opengl/opengl-8.ebuild b/virtual/opengl/opengl-8.ebuild index 659c767daad7..b9237062eaec 100644 --- a/virtual/opengl/opengl-8.ebuild +++ b/virtual/opengl/opengl-8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ inherit multilib-build DESCRIPTION="Virtual for OpenGL implementation" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="X" RDEPEND=" |