Skip to content

Commit

Permalink
app-arch/dpkg: drop deprecated ltprune eclass
Browse files Browse the repository at this point in the history
Signed-off-by: Conrad Kostecki <[email protected]>
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
ConiKost authored and SoapGentoo committed May 31, 2021
1 parent 5da5e57 commit e0816cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app-arch/dpkg/dpkg-1.19.0.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit eutils multilib autotools ltprune toolchain-funcs
inherit eutils multilib autotools toolchain-funcs

DESCRIPTION="Package maintenance system for Debian"
HOMEPAGE="https://packages.qa.debian.org/dpkg"
Expand Down Expand Up @@ -83,5 +83,5 @@ src_install() {
keepdir /usr/$(get_libdir)/db/methods/{mnt,floppy,disk}
keepdir /usr/$(get_libdir)/db/{alternatives,info,methods,parts,updates}

prune_libtool_files
find "${ED}" -name '*.la' -delete || die
}
4 changes: 2 additions & 2 deletions app-arch/dpkg/dpkg-1.19.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit eutils multilib autotools ltprune toolchain-funcs
inherit eutils multilib autotools toolchain-funcs

DESCRIPTION="Package maintenance system for Debian"
HOMEPAGE="https://packages.qa.debian.org/dpkg"
Expand Down Expand Up @@ -87,5 +87,5 @@ src_install() {
/var/lib/dpkg/{alternatives,info,parts,updates}
# /usr/$(get_libdir)/db/{alternatives,info,parts,updates} \

prune_libtool_files
find "${ED}" -name '*.la' -delete || die
}
4 changes: 2 additions & 2 deletions app-arch/dpkg/dpkg-1.19.7.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit eutils multilib autotools ltprune toolchain-funcs
inherit eutils multilib autotools toolchain-funcs

DESCRIPTION="Package maintenance system for Debian"
HOMEPAGE="https://packages.qa.debian.org/dpkg"
Expand Down Expand Up @@ -87,5 +87,5 @@ src_install() {
/var/lib/dpkg/{alternatives,info,parts,updates}
# /usr/$(get_libdir)/db/{alternatives,info,parts,updates} \

prune_libtool_files
find "${ED}" -name '*.la' -delete || die
}

0 comments on commit e0816cc

Please sign in to comment.