diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 10:58:02 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 10:58:02 +0100 |
commit | 958a96f1b649c1670881319e78e7c53e53ae7fa1 (patch) | |
tree | 88cb1857a6681f1e0820c8fd7d845cbbe1031d50 /dev-dotnet | |
parent | dev-db/sqlcipher: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-958a96f1b649c1670881319e78e7c53e53ae7fa1.tar.gz gentoo-958a96f1b649c1670881319e78e7c53e53ae7fa1.tar.bz2 gentoo-958a96f1b649c1670881319e78e7c53e53ae7fa1.zip |
dev-dotnet/gnome-keyring-sharp: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild b/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild index d155a9460e51..daeb2f956890 100644 --- a/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild +++ b/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils mono-env +inherit autotools eutils ltprune mono-env DESCRIPTION="C# implementation of gnome-keyring" HOMEPAGE="http://www.mono-project.com/ https://github.com/mono/gnome-keyring-sharp" |