diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-14 00:48:08 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-17 20:58:05 +0200 |
commit | 4dd975d25a15dc1534a8d14103893223fe13b1d1 (patch) | |
tree | 4f9c9d61d58eb4dac77b369c157b0564d82181f5 /kde-misc | |
parent | kde-apps/kremotecontrol: DEPEND on kde-frameworks/kdelibs[plasma] (diff) | |
download | gentoo-4dd975d25a15dc1534a8d14103893223fe13b1d1.tar.gz gentoo-4dd975d25a15dc1534a8d14103893223fe13b1d1.tar.bz2 gentoo-4dd975d25a15dc1534a8d14103893223fe13b1d1.zip |
kde-misc/akonadi-git-resource: Add SQL_REQUIRED="always"
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/akonadi-git-resource/akonadi-git-resource-0_p20131023.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kde-misc/akonadi-git-resource/akonadi-git-resource-0_p20131023.ebuild b/kde-misc/akonadi-git-resource/akonadi-git-resource-0_p20131023.ebuild index ea7634830748..27a157da0858 100644 --- a/kde-misc/akonadi-git-resource/akonadi-git-resource-0_p20131023.ebuild +++ b/kde-misc/akonadi-git-resource/akonadi-git-resource-0_p20131023.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 +SQL_REQUIRED="always" inherit kde4-base DESCRIPTION="Git commit integration in Akonadi" |