Skip to content

Commit

Permalink
app-arch/xz-utils: Inherit preserve-libs eclass
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/645110
Package-Manager: Portage-2.3.31, Repoman-2.3.9
  • Loading branch information
Whissi committed Apr 30, 2018
1 parent d882e85 commit 840b795
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-arch/xz-utils/xz-utils-5.2.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

EAPI="4"

inherit eutils multilib toolchain-funcs libtool multilib-minimal
inherit multilib toolchain-funcs libtool multilib-minimal preserve-libs

if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://git.tukaani.org/xz.git"
Expand Down
2 changes: 1 addition & 1 deletion app-arch/xz-utils/xz-utils-5.2.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

EAPI=5

inherit eutils multilib toolchain-funcs libtool multilib-minimal
inherit multilib toolchain-funcs libtool multilib-minimal preserve-libs

if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://git.tukaani.org/xz.git"
Expand Down

0 comments on commit 840b795

Please sign in to comment.