diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-30 16:57:44 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-30 20:26:01 +0100 |
commit | 8310d1a180eab43221306afe55de6e06f8724335 (patch) | |
tree | af96bc93b6b2d03bb3279b1c886f846982de3de3 /dev-libs | |
parent | kde-apps/kjots: EAPI-7 bump (diff) | |
download | gentoo-8310d1a180eab43221306afe55de6e06f8724335.tar.gz gentoo-8310d1a180eab43221306afe55de6e06f8724335.tar.bz2 gentoo-8310d1a180eab43221306afe55de6e06f8724335.zip |
dev-libs/sink: EAPI-7 bump
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/sink/sink-0.7.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/sink/sink-0.7.0.ebuild b/dev-libs/sink/sink-0.7.0.ebuild index c2e8a3d3fa4b..4e7f4708a8f5 100644 --- a/dev-libs/sink/sink-0.7.0.ebuild +++ b/dev-libs/sink/sink-0.7.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 KDE_TEST="false" # build breaks otherwise. tests not isolated. inherit kde5 -DESCRIPTION="A data access layer handling synchronization, caching and indexing" +DESCRIPTION="Data access layer handling synchronization, caching and indexing" SRC_URI="https://github.com/KDE/sink/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2+" |