diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-07-22 21:56:33 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-07-22 21:56:33 +0000 |
commit | 1be6c59c7492facb4ea174dffd199f7bbdbbd99f (patch) | |
tree | c70508727a488f7bc253fb42cbf08c7b327ba959 /dev-dotnet/pnetlib/pnetlib-0.7.2.ebuild | |
parent | ant_src_unpack -> src_unpack (diff) | |
download | gentoo-2-1be6c59c7492facb4ea174dffd199f7bbdbbd99f.tar.gz gentoo-2-1be6c59c7492facb4ea174dffd199f7bbdbbd99f.tar.bz2 gentoo-2-1be6c59c7492facb4ea174dffd199f7bbdbbd99f.zip |
Ported all ebuilds to modular X for Bug #126934.
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-dotnet/pnetlib/pnetlib-0.7.2.ebuild')
-rw-r--r-- | dev-dotnet/pnetlib/pnetlib-0.7.2.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-dotnet/pnetlib/pnetlib-0.7.2.ebuild b/dev-dotnet/pnetlib/pnetlib-0.7.2.ebuild index b6670919baea..202ddde2890b 100644 --- a/dev-dotnet/pnetlib/pnetlib-0.7.2.ebuild +++ b/dev-dotnet/pnetlib/pnetlib-0.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/pnetlib-0.7.2.ebuild,v 1.1 2006/01/12 06:16:34 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/pnetlib-0.7.2.ebuild,v 1.2 2006/07/22 21:56:32 tcort Exp $ inherit eutils @@ -15,7 +15,10 @@ KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="truetype X" DEPEND="=dev-dotnet/pnet-${PV}* - X? ( virtual/x11 ) + X? ( || ( + ( x11-libs/libSM + x11-libs/libXft ) + virtual/x11 ) ) truetype? ( virtual/xft )" src_unpack() { |