blob: 94b41194fab67466cfc4aac0f3888da7c1dad451 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-motif/emul-linux-x86-motif-20130224.ebuild,v 1.3 2013/03/16 15:21:57 pacho Exp $
EAPI=5
inherit emul-linux-x86
LICENSE="LGPL-2+ MIT MOTIF"
KEYWORDS="-* amd64"
DEPEND=""
RDEPEND="~app-emulation/emul-linux-x86-xlibs-${PV}
!<app-emulation/emul-linux-x86-xlibs-20110129
!x11-libs/motif[abi_x86_32]"
|