Skip to content

Commit

Permalink
app-misc/pax-utils: update pkg-config deps
Browse files Browse the repository at this point in the history
The build has switched to using pkg-config to locate libcap/libseccomp
deps, so make sure we pull that in.

The .pc file is somewhat new to libcap, so we have to force a newer
version to get it.
  • Loading branch information
vapier committed Aug 26, 2015
1 parent 964a142 commit 5c93964
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app-misc/pax-utils/pax-utils-1.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="caps python seccomp"

RDEPEND="caps? ( sys-libs/libcap )
RDEPEND="caps? ( >=sys-libs/libcap-2.24 )
python? ( dev-python/pyelftools )
seccomp? ( sys-libs/libseccomp )"
DEPEND="${RDEPEND}
caps? ( virtual/pkgconfig )
seccomp? ( virtual/pkgconfig )
app-arch/xz-utils"

_emake() {
Expand Down

0 comments on commit 5c93964

Please sign in to comment.