diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-26 18:31:01 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-26 18:31:01 +0100 |
commit | 64399a76da22e2e663eab863367126af2c88e085 (patch) | |
tree | 966150a982bb21ed5236b3a5d7720c876b8e9df3 /dev-libs/libcdio | |
parent | sys-cluster/slurm: No tests defined (diff) | |
download | gentoo-64399a76da22e2e663eab863367126af2c88e085.tar.gz gentoo-64399a76da22e2e663eab863367126af2c88e085.tar.bz2 gentoo-64399a76da22e2e663eab863367126af2c88e085.zip |
dev-libs/libcdio: Add missing ltprune.eclass
Closes: https://bugs.gentoo.org/638900
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'dev-libs/libcdio')
-rw-r--r-- | dev-libs/libcdio/libcdio-1.0.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libcdio/libcdio-1.0.0-r1.ebuild b/dev-libs/libcdio/libcdio-1.0.0-r1.ebuild index 5a278ab70abe..251281eb2413 100644 --- a/dev-libs/libcdio/libcdio-1.0.0-r1.ebuild +++ b/dev-libs/libcdio/libcdio-1.0.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools libtool multilib-minimal +inherit autotools libtool ltprune multilib-minimal DESCRIPTION="A library to encapsulate CD-ROM reading and control" HOMEPAGE="https://www.gnu.org/software/libcdio/" |