diff options
author | Mike Gilbert <floppym@gentoo.org> | 2019-07-14 16:36:45 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2019-07-18 11:13:13 -0400 |
commit | 713eee8ef99085e417f4e2f4ba7d8dad9ba8c90d (patch) | |
tree | 840eabf7ac7db615e3601cb3ad8d5c1add9adef0 /sys-auth | |
parent | usr-ldscript.eclass: return early if USE=split-usr is disabled (diff) | |
download | gentoo-713eee8ef99085e417f4e2f4ba7d8dad9ba8c90d.tar.gz gentoo-713eee8ef99085e417f4e2f4ba7d8dad9ba8c90d.tar.bz2 gentoo-713eee8ef99085e417f4e2f4ba7d8dad9ba8c90d.zip |
Convert ebuilds to inherit usr-ldscript
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/skey/skey-1.1.5-r11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/skey/skey-1.1.5-r11.ebuild b/sys-auth/skey/skey-1.1.5-r11.ebuild index 1100c546e4fc..20fa205171d0 100644 --- a/sys-auth/skey/skey-1.1.5-r11.ebuild +++ b/sys-auth/skey/skey-1.1.5-r11.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit toolchain-funcs readme.gentoo-r1 +inherit toolchain-funcs readme.gentoo-r1 usr-ldscript DESCRIPTION="Linux Port of OpenBSD Single-key Password System" HOMEPAGE="http://www.openbsd.org/faq/faq8.html#SKey" |