Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 166919
Collapse All | Expand All

(-)rox-extra/memo-/memo-1.9.7.ebuild (-1 / +1 lines)
Lines 23-29 Link Here
23
APPNAME=${MY_PN}
23
APPNAME=${MY_PN}
24
24
25
pkg_setup() {
25
pkg_setup() {
26
	if ! has_version dev-python/dbus-python && \
26
	if use libnotify && ! has_version dev-python/dbus-python && \
27
		! built_with_use sys-apps/dbus python
27
		! built_with_use sys-apps/dbus python
28
	then
28
	then
29
		einfo "${APPNAME} requires dbus to be built with python support."
29
		einfo "${APPNAME} requires dbus to be built with python support."
(-)rox-extra/memo-/memo-2.0.ebuild (-1 / +1 lines)
Lines 23-29 Link Here
23
APPNAME=${MY_PN}
23
APPNAME=${MY_PN}
24
24
25
pkg_setup() {
25
pkg_setup() {
26
	if ! has_version dev-python/dbus-python && \
26
	if use libnotify && ! has_version dev-python/dbus-python && \
27
		! built_with_use sys-apps/dbus python
27
		! built_with_use sys-apps/dbus python
28
	then
28
	then
29
		einfo "${APPNAME} requires dbus to be built with python support."
29
		einfo "${APPNAME} requires dbus to be built with python support."
(-)rox-extra/memo-/memo-2.0-r1.ebuild (-1 / +1 lines)
Lines 24-30 Link Here
24
APPCATEGORY="Utility;Clock"
24
APPCATEGORY="Utility;Clock"
25
25
26
pkg_setup() {
26
pkg_setup() {
27
	if ! has_version dev-python/dbus-python && \
27
	if use libnotify && ! has_version dev-python/dbus-python && \
28
		! built_with_use sys-apps/dbus python
28
		! built_with_use sys-apps/dbus python
29
	then
29
	then
30
		einfo "${APPNAME} requires dbus to be built with python support."
30
		einfo "${APPNAME} requires dbus to be built with python support."

Return to bug 166919