diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-12-29 06:30:44 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-12-29 06:30:44 +0000 |
commit | 0e12f8e53cdddba84b0eb27dca59153e2cf52309 (patch) | |
tree | 8dec970370295a71970b82457ae1db36dbbbd07c /games-emulation/ppsspp | |
parent | 72fd2b48b7154274a1d2009cdaab54e7f49fb3aa (diff) |
gentoo auto-resync : 29:12:2024 - 06:30:44
Diffstat (limited to 'games-emulation/ppsspp')
-rw-r--r-- | games-emulation/ppsspp/Manifest | 2 | ||||
-rw-r--r-- | games-emulation/ppsspp/ppsspp-1.18.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/ppsspp/Manifest b/games-emulation/ppsspp/Manifest index 17817cffcbc5..9ba208e12a1d 100644 --- a/games-emulation/ppsspp/Manifest +++ b/games-emulation/ppsspp/Manifest @@ -6,5 +6,5 @@ AUX ppsspp-CMakeLists-flags.patch 913 BLAKE2B 7bd5df94b51dad35325586f7ad23284436 DIST ppsspp-1.17.1.tar.xz 54663108 BLAKE2B 91c4964c9f334d42e090f59485e2f02ba8edb780903d2fa46e1a9cea77f6cc9e1a0605310d76445738259c0e99d5d1ca0764ef5f5565e781b482d5d5274620e5 SHA512 eaa0046f5d8e529efd8238690fa242638aa88630172abe59c4b7ffb16b1e18eeb38fcaf8e70ef76dbd2304b226d1f33e10cde709abe00fa2a5baff16c1883c31 DIST ppsspp-1.18.1.tar.xz 54239412 BLAKE2B c0a59b63be4fdf8db1bb4c30192adc37874f1976baa0876a21722d8b86dac5a245cd5dbcea2f9ca89fef2035338c1786bbcf9b3c379d48d5a633ddd263b6e8d3 SHA512 00531109d67a35fe252b1af7d41a41ec85950f5d7c818bcdfb713d74b2b94f81f5af12e3e68d49ab0f7c7d29ccc42ca3ae7956f438964a205004293bb7e07510 EBUILD ppsspp-1.17.1-r2.ebuild 1892 BLAKE2B 64f33d77b7833286dafe99af39c8454188f1200f93d02d368547ba91d6bf69635b8366d206b6356608e0abfb2bbbb2a648a395920831e47e117bbbc9657e15b3 SHA512 4e194cf87d4d0ecfe7bc3041b2a56b57eb68f92e0cd4f07a6fde67456a74b024e89a79412a92e3513b31db887ef763df174b1524cfe1658e78b2ca3488018972 -EBUILD ppsspp-1.18.1.ebuild 1822 BLAKE2B 97e2e986eb8b51c6b6dffb418aea6616dc8282ba450e449f041504a75616b6cafea40aaf95dc7be3e61a170c8740755da4798d298b97c141aff6fa51430d7257 SHA512 9b2e10fe41f124f93ede5b25efee975dc01b713599131fc4cd5975a25900426855a4790f7ead995dd507455fca1bfabb163c776a6ac02b1f31b6703814ef4e5a +EBUILD ppsspp-1.18.1.ebuild 1821 BLAKE2B b6e1daced3534cdf2809b0e9605a81ba09b85069d7941073477325c803429a7149dd1204ad94052c8d1624b4f873cb6d51ec22a3d023c7848a31323b7873cb49 SHA512 7e66051fff1cd8179bd29a4b442823689de525218c1ef66fe02ccd1bf790be53bd8ccbc76e684bf6388ad5599502dec544b8e3ca37c6235c617ed4055322bf76 MISC metadata.xml 526 BLAKE2B 19d0378d36d2b1d81ce404a95d98488b54f4368c72a7397b6d7c9a444edec9c19d146295cfc247a75aca1e1b5d1643161a627b80ea76aa8d43189a5eb14380c2 SHA512 7a8c8a7c05acdc110422d7c38552c8106d1886a672e6bda1212ce9cba737ae5e89e6624010d5bc3149b8da7c061b10295a721c74e7377587ec52ec7be2237855 diff --git a/games-emulation/ppsspp/ppsspp-1.18.1.ebuild b/games-emulation/ppsspp/ppsspp-1.18.1.ebuild index 0313b1d5fe21..36473ed79624 100644 --- a/games-emulation/ppsspp/ppsspp-1.18.1.ebuild +++ b/games-emulation/ppsspp/ppsspp-1.18.1.ebuild @@ -18,7 +18,7 @@ if [[ "${PV}" == *9999* ]] ; then else SRC_URI="https://github.com/hrydgard/${PN}/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi LICENSE="Apache-2.0 BSD BSD-2 GPL-2 JSON MIT" |