diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2022-09-15 20:56:41 +0200 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2022-09-15 20:56:41 +0200 |
commit | 6ffbc3953bf242a0fd241a0a2395a3d9616cd5b4 (patch) | |
tree | d444199ea8e15d8ec5a192017ecb16be02910176 /net-print | |
parent | kde-misc/bismuth: new package, add 3.1.3 (diff) | |
download | gentoo-6ffbc3953bf242a0fd241a0a2395a3d9616cd5b4.tar.gz gentoo-6ffbc3953bf242a0fd241a0a2395a3d9616cd5b4.tar.bz2 gentoo-6ffbc3953bf242a0fd241a0a2395a3d9616cd5b4.zip |
net-print/hplip: Update patchset to fix build with Clang 15
Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
Closes: https://bugs.gentoo.org/869785
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/hplip/Manifest | 1 | ||||
-rw-r--r-- | net-print/hplip/hplip-3.22.6.ebuild | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net-print/hplip/Manifest b/net-print/hplip/Manifest index 897a392ae188..c92f8f2ae514 100644 --- a/net-print/hplip/Manifest +++ b/net-print/hplip/Manifest @@ -1,3 +1,4 @@ DIST hplip-3.22.2-patches-1.tar.xz 17564 BLAKE2B df4d3c71679000febe68730fd88c81a82283874200d86934318b602fc1fb51f6d90a42effb5fbfef38a98ef6a150f9dc139ca3edeb519d9ac11f98ba7ef7ec63 SHA512 df3716b59bbdd87696900f111d3a0c7d27a474826d343503af43bb625f0796696ffdd24383564f5ff3e600f7ae8f5092700ffc9d130b6d5f812750c8856f6ef8 DIST hplip-3.22.4.tar.gz 27479009 BLAKE2B 6446cecad6a9dea4685874da4879b604ad5c68842783741e8ee87b5cf957a8cc69269ced0a4fa40077abcc35fd0cd8f0103f90e02f1a1244a28617dfd0cd4036 SHA512 8c71a7c87b8e6203dbd9c7d86fc3b926474046c69f00fae1e0f87e057f17ff17184b3c4f8b8d4c14495208b21990cbc1acb08c36d96c96749ab1707922c31923 +DIST hplip-3.22.6-patches-1.tar.xz 17948 BLAKE2B ab6f0482dfebba2a1974cf6adb8037846a7e8990f15a74641af4db73d363b02d7c37baf958a8a9e83eebfc8bcccd058959c3cee448a832b26fd8a2097614c4fd SHA512 a6e3921d15ab75386f71a5e4a1aab48a014279cffd5141b152a7c1e985c7685892fd555eeb5578ab5f266ce8763c98d30d4630c3ec69ba1209a9856d6d5b0ead DIST hplip-3.22.6.tar.gz 29331408 BLAKE2B 7f2bc09ab2d7950d8e84b4c23d35fd5370ddc51d1d61c674fad0ce1667f8ecf9c25e0b57c155b688d932db583d3c6af528da86348ebe64ce8da9c8d051b2be34 SHA512 cb25c07c767d3d8921468429ef154401a4df9d2fdf87ead3ab18f0d06e1bd3de610843b8131641a1af8d920c7e15e290a0923405bf609cdc0a3fba9df93ddb5e diff --git a/net-print/hplip/hplip-3.22.6.ebuild b/net-print/hplip/hplip-3.22.6.ebuild index 913ac328e5e2..6728248a54a0 100644 --- a/net-print/hplip/hplip-3.22.6.ebuild +++ b/net-print/hplip/hplip-3.22.6.ebuild @@ -11,7 +11,7 @@ inherit autotools linux-info python-single-r1 readme.gentoo-r1 udev DESCRIPTION="HP Linux Imaging and Printing - Print, scan, fax drivers and service tools" HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing" SRC_URI="mirror://sourceforge/hplip/${P}.tar.gz - https://dev.gentoo.org/~billie/distfiles/${PN}-3.22.2-patches-1.tar.xz" + https://dev.gentoo.org/~billie/distfiles/${PN}-3.22.6-patches-1.tar.xz" LICENSE="GPL-2" SLOT="0" |