mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
app-admin/keepassxc: bump cmake_minimum
Closes: https://bugs.gentoo.org/965696 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
parent
d672c2cbf9
commit
61ed1cac6c
@ -0,0 +1,19 @@
|
|||||||
|
--- a/CMakeLists.txt
|
||||||
|
+++ b/CMakeLists.txt
|
||||||
|
@@ -14,7 +14,7 @@
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
-cmake_minimum_required(VERSION 3.10.0)
|
||||||
|
+cmake_minimum_required(VERSION 3.20)
|
||||||
|
|
||||||
|
project(KeePassXC)
|
||||||
|
set(APP_ID "org.keepassxc.${PROJECT_NAME}")
|
||||||
|
--- a/utils/vcpkg_ports/argon2/CMakeLists.txt
|
||||||
|
+++ b/utils/vcpkg_ports/argon2/CMakeLists.txt
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-cmake_minimum_required(VERSION 3.8)
|
||||||
|
+cmake_minimum_required(VERSION 3.20)
|
||||||
|
project(argon2 C)
|
||||||
|
|
||||||
|
set(PROJECT_VERSION 20190702)
|
||||||
@ -72,6 +72,7 @@ BDEPEND="
|
|||||||
"
|
"
|
||||||
|
|
||||||
PATCHES=(
|
PATCHES=(
|
||||||
|
"${FILESDIR}/${PN}-2.7.10-cmake_minimum.patch"
|
||||||
"${FILESDIR}/${PN}-2.7.10-tests.patch"
|
"${FILESDIR}/${PN}-2.7.10-tests.patch"
|
||||||
"${FILESDIR}/${PN}-2.7.10-zxcvbn.patch"
|
"${FILESDIR}/${PN}-2.7.10-zxcvbn.patch"
|
||||||
)
|
)
|
||||||
Loading…
x
Reference in New Issue
Block a user