mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-frameworks/attica: 6.28.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST attica-6.27.0.tar.xz 68436 BLAKE2B a8da7b8b5b4ce1c606413038192914041ca9eb3e32b5092b8950a44c908a3f25815645cabe05681bcee4f4abbd3aaf31884a0a53766605ce010c617bdfbf9cbf SHA512 6c2c622549187fca0169e2e3839d63b004c01df810a182db19f54cce67ce545ded6d84ea83f95f81778409f995f22f9a2566c94444d0f30108a29e84fb733f9d
|
||||
DIST attica-6.28.0.tar.xz 68396 BLAKE2B 60b783a26be8b5b5eb40107a3f00eb76498e7e027fc38f4a46739d3cd1940379ed55214095a5bdd57704575b57ab239261fb2bf5bd4d4a3e5c3015bd1f7bace0 SHA512 f081585487e6d4c5b6edf1356853c6f4255bbb744430eab5d22be4178a4192a07d92143d14297d86f9f04b30ebcfc5ee14e22996e2c897d496fafabc9e96ce84
|
||||
|
||||
21
kde-frameworks/attica/attica-6.28.0.ebuild
Normal file
21
kde-frameworks/attica/attica-6.28.0.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
QTMIN=6.10.1
|
||||
inherit ecm frameworks.kde.org
|
||||
|
||||
DESCRIPTION="Framework providing access to Open Collaboration Services"
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-qt/qtbase-${QTMIN}:6[network]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
CMAKE_SKIP_TESTS=(
|
||||
# requires network access, bug #661230
|
||||
providertest
|
||||
)
|
||||
Reference in New Issue
Block a user