|
|
SRC_URI="mirror://sourceforge/drivel/${P}.tar.bz2" | SRC_URI="mirror://sourceforge/drivel/${P}.tar.bz2" |
LICENSE="GPL-2" | LICENSE="GPL-2" |
| |
IUSE="rhythmbox spell" |
IUSE="dbus spell" |
SLOT="0" | SLOT="0" |
KEYWORDS="~amd64 ~ppc ~sparc ~x86" | KEYWORDS="~amd64 ~ppc ~sparc ~x86" |
| |
|
|
>=x11-libs/gtksourceview-1 | >=x11-libs/gtksourceview-1 |
>=net-misc/curl-7.12.0 | >=net-misc/curl-7.12.0 |
spell? ( >=app-text/gtkspell-2.0 ) | spell? ( >=app-text/gtkspell-2.0 ) |
rhythmbox? ( media-sound/rhythmbox )" |
dbus? ( sys-apps/dbus )" |
| |
DEPEND="${RDEPEND} | DEPEND="${RDEPEND} |
>=dev-util/pkgconfig-0.12.0 | >=dev-util/pkgconfig-0.12.0 |
|
|
| |
G2CONF="${G2CONF} \ | G2CONF="${G2CONF} \ |
`use_with spell gtkspell` \ | `use_with spell gtkspell` \ |
`use_with rhythmbox` \ |
`use_with dbus` \ |
--disable-mime-update \ | --disable-mime-update \ |
--disable-desktop-update | --disable-desktop-update |
--localstatedir=${D}/var" | --localstatedir=${D}/var" |