summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-base/ksecrets/ksecrets-4.8.49.9999.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/kde-base/ksecrets/ksecrets-4.8.49.9999.ebuild b/kde-base/ksecrets/ksecrets-4.8.49.9999.ebuild
new file mode 100644
index 00000000000..1ae5ab8be76
--- /dev/null
+++ b/kde-base/ksecrets/ksecrets-4.8.49.9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_SCM="git"
+inherit kde4-base
+
+DESCRIPTION="KDE secrets service"
+KEYWORDS=""
+IUSE="debug"
+
+DEPEND="
+ app-crypt/qca:2
+ net-libs/libssh2
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-9999-fix-build.patch"
+)