Parent Directory
|
Revision Log
marked ~x86 per bug 397887 (Portage version: 2.1.10.49/cvs/Linux x86_64)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/media-libs/lv2-ui/lv2-ui-2.4.ebuild,v 1.1 2012/01/07 15:17:35 aballier Exp $ |
| 4 | |
| 5 | EAPI=3 |
| 6 | inherit waf-utils |
| 7 | |
| 8 | DESCRIPTION="Generic UI interface for LV2 plugins" |
| 9 | HOMEPAGE="http://lv2plug.in/ns/extensions/ui" |
| 10 | SRC_URI="http://lv2plug.in/spec/${P}.tar.bz2" |
| 11 | |
| 12 | LICENSE="ISC" |
| 13 | SLOT="0" |
| 14 | KEYWORDS="~amd64 ~x86" |
| 15 | IUSE="" |
| 16 | |
| 17 | DEPEND="" |
| 18 | RDEPEND=">=media-libs/lv2core-6.0" |
| 19 | |
| 20 | DOCS=( "NEWS" ) |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |