diff options
author | 2019-07-14 16:36:45 -0400 | |
---|---|---|
committer | 2019-07-18 11:13:13 -0400 | |
commit | 713eee8ef99085e417f4e2f4ba7d8dad9ba8c90d (patch) | |
tree | 840eabf7ac7db615e3601cb3ad8d5c1add9adef0 /sys-libs/gpm | |
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-libs/gpm')
-rw-r--r-- | sys-libs/gpm/gpm-1.20.7-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/gpm/gpm-1.20.7-r2.ebuild b/sys-libs/gpm/gpm-1.20.7-r2.ebuild index e7d0c6b08f94..4738990b77e9 100644 --- a/sys-libs/gpm/gpm-1.20.7-r2.ebuild +++ b/sys-libs/gpm/gpm-1.20.7-r2.ebuild @@ -5,7 +5,7 @@ EAPI=5 -inherit eutils systemd toolchain-funcs autotools multilib-minimal +inherit eutils systemd toolchain-funcs autotools multilib-minimal usr-ldscript DESCRIPTION="Console-based mouse driver" HOMEPAGE="https://www.nico.schottelius.org/software/gpm/" |