diff options
Diffstat (limited to 'kde-apps/attica/attica-16.04.1.ebuild')
-rw-r--r-- | kde-apps/attica/attica-16.04.1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kde-apps/attica/attica-16.04.1.ebuild b/kde-apps/attica/attica-16.04.1.ebuild new file mode 100644 index 000000000000..c31ab0340887 --- /dev/null +++ b/kde-apps/attica/attica-16.04.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="Open Collaboration Services provider management" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND=" + dev-libs/libattica +" +RDEPEND="${DEPEND}" |