Skip to content

Commit

Permalink
dev-util/pkgconf: enable testing
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.5_p31, Repoman-2.3.2_p61
  • Loading branch information
floppym committed May 7, 2017
1 parent 3b4f06e commit 080246d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
16 changes: 11 additions & 5 deletions dev-util/pkgconf/pkgconf-1.3.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,24 @@ HOMEPAGE="https://github.com/pkgconf/pkgconf"

LICENSE="BSD-1"
SLOT="0"
IUSE="+pkg-config"
IUSE="+pkg-config test"

# tests require 'kyua'
RESTRICT="test"
RESTRICT="!test? ( test )"

DEPEND=""
RDEPEND="${DEPEND}
DEPEND="
test? (
dev-libs/atf
dev-util/kyua
)
"
RDEPEND="
pkg-config? (
!dev-util/pkgconfig
!dev-util/pkg-config-lite
!dev-util/pkgconfig-openbsd[pkg-config]
)"
)
"

MULTILIB_CHOST_TOOLS=(
/usr/bin/pkgconf
Expand Down
16 changes: 11 additions & 5 deletions dev-util/pkgconf/pkgconf-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,24 @@ HOMEPAGE="https://github.com/pkgconf/pkgconf"

LICENSE="BSD-1"
SLOT="0"
IUSE="+pkg-config"
IUSE="+pkg-config test"

# tests require 'kyua'
RESTRICT="test"
RESTRICT="!test? ( test )"

DEPEND=""
RDEPEND="${DEPEND}
DEPEND="
test? (
dev-libs/atf
dev-util/kyua
)
"
RDEPEND="
pkg-config? (
!dev-util/pkgconfig
!dev-util/pkg-config-lite
!dev-util/pkgconfig-openbsd[pkg-config]
)"
)
"

MULTILIB_CHOST_TOOLS=(
/usr/bin/pkgconf
Expand Down

0 comments on commit 080246d

Please sign in to comment.