diff options
author | Sam James <sam@gentoo.org> | 2021-09-25 00:32:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-25 00:32:10 +0100 |
commit | 48280cebca9f8c70660df09627f3d4e61fd7e9c3 (patch) | |
tree | 3f70af5d46bfece1acfc9d5858f4f166754c0f12 /app-crypt/coolkey | |
parent | profiles/arch/alpha: mask syslog-ng[mongodb] (diff) | |
download | gentoo-48280cebca9f8c70660df09627f3d4e61fd7e9c3.tar.gz gentoo-48280cebca9f8c70660df09627f3d4e61fd7e9c3.tar.bz2 gentoo-48280cebca9f8c70660df09627f3d4e61fd7e9c3.zip |
app-crypt/coolkey: add missing autotools inherit
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/coolkey')
-rw-r--r-- | app-crypt/coolkey/coolkey-1.1.0-r9.ebuild (renamed from app-crypt/coolkey/coolkey-1.1.0-r8.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/coolkey/coolkey-1.1.0-r8.ebuild b/app-crypt/coolkey/coolkey-1.1.0-r9.ebuild index 2fdee697e0be..cd3d7f1e434b 100644 --- a/app-crypt/coolkey/coolkey-1.1.0-r8.ebuild +++ b/app-crypt/coolkey/coolkey-1.1.0-r9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit flag-o-matic +inherit autotools flag-o-matic PATCHVER="003" |