Skip to content

Commit

Permalink
media-plugins/gimp-resynthesizer: fix dependencies
Browse files Browse the repository at this point in the history
This package installs some Python scripts, so it has a runtime
dependency on media-gfx/gimp[python].

Also add a missing build-time dependency on pkgconfig.

Closes: https://bugs.gentoo.org/646156
Reported-by: Franz Fellner <[email protected]>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
  • Loading branch information
diogocp authored and mgorny committed Mar 7, 2018
1 parent 89c5d13 commit e96b994
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

EAPI=6

inherit autotools
PYTHON_COMPAT=( python2_7 )

inherit autotools python-single-r1

MY_PN="${PN#gimp-}"
MY_P="${MY_PN}-${PV}"
Expand All @@ -17,8 +19,9 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="media-gfx/gimp"
RDEPEND="${DEPEND}"
DEPEND="media-gfx/gimp
virtual/pkgconfig"
RDEPEND="media-gfx/gimp[python,${PYTHON_USEDEP}]"

S="${WORKDIR}/${MY_P}"

Expand Down

0 comments on commit e96b994

Please sign in to comment.