blob: cc1be46717a0b32909303bf743c507f433c19323 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dev-tools/xfce4-dev-tools-4.4.0.ebuild,v 1.2 2007/01/29 20:09:28 welp Exp $
inherit xfce44
xfce44
DESCRIPTION="m4macros for autotools eclass and subversion builds"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
RDEPEND=""
DEPEND=""
DOCS="AUTHORS ChangeLog HACKING NEWS README"
xfce44_core_package
|