diff options
author | 2008-01-09 15:27:11 +0000 | |
---|---|---|
committer | 2008-01-09 15:27:11 +0000 | |
commit | 89938d74809132d69bac98494fc5c40e1523c756 (patch) | |
tree | 9ec71ecd98d5439f2f223a54f37b5668ca688d9a /x11-misc/xse/xse-2.1.ebuild | |
parent | Fix compile failure, bug #205045. (diff) | |
download | historical-89938d74809132d69bac98494fc5c40e1523c756.tar.gz historical-89938d74809132d69bac98494fc5c40e1523c756.tar.bz2 historical-89938d74809132d69bac98494fc5c40e1523c756.zip |
Add missing dep, bug #204583, remove old
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'x11-misc/xse/xse-2.1.ebuild')
-rw-r--r-- | x11-misc/xse/xse-2.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-misc/xse/xse-2.1.ebuild b/x11-misc/xse/xse-2.1.ebuild index 53df68c63955..eee8460445fb 100644 --- a/x11-misc/xse/xse-2.1.ebuild +++ b/x11-misc/xse/xse-2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.1.ebuild,v 1.8 2007/07/22 03:17:30 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.1.ebuild,v 1.9 2008/01/09 15:27:10 armin76 Exp $ inherit eutils @@ -14,7 +14,8 @@ IUSE="" DEPEND="x11-misc/imake x11-libs/libXt x11-misc/gccmakedep - app-text/rman" + app-text/rman + x11-libs/libXaw" src_compile() { xmkmf -a &> /dev/null || die |