mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-19 06:45:35 +01:00
16 lines
323 B
Bash
16 lines
323 B
Bash
# Copyright 1999-2010 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI="2"
|
|
ESVN_SUB_PROJECT="E-MODULES-EXTRA"
|
|
ESVN_URI_APPEND="${PN#e_modules-}"
|
|
|
|
inherit enlightenment
|
|
|
|
DESCRIPTION="Itask NG Module for E17"
|
|
|
|
|
|
|
|
RDEPEND=">=x11-wm/enlightenment-9999"
|
|
DEPEND="${RDEPEND}"
|