mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
gnome-extra/gnome-commander: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
@@ -15,6 +15,7 @@ LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="chm exif gsf pdf python taglib samba test +unique"
|
||||
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
|
||||
|
||||
RDEPEND="
|
||||
app-text/gnome-doc-utils
|
||||
@@ -30,7 +31,10 @@ RDEPEND="
|
||||
gsf? ( >=gnome-extra/libgsf-1.12.0 )
|
||||
samba? ( >=gnome-base/gnome-vfs-2.0.0[samba] )
|
||||
pdf? ( >=app-text/poppler-0.18 )
|
||||
python? ( >=dev-python/gnome-vfs-python-2.0.0 )
|
||||
python? (
|
||||
${PYTHON_DEPS}
|
||||
>=dev-python/gnome-vfs-python-2.0.0
|
||||
)
|
||||
taglib? ( >=media-libs/taglib-1.4 )
|
||||
"
|
||||
DEPEND="
|
||||
@@ -42,6 +46,10 @@ DEPEND="
|
||||
test? ( >=dev-util/cppunit-1.13.2 )
|
||||
"
|
||||
|
||||
pkg_setup() {
|
||||
use python && python-single-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
gnome2_src_configure \
|
||||
--disable-static \
|
||||
|
||||
Reference in New Issue
Block a user