diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-01-19 19:58:16 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-01-19 19:58:16 +0000 |
commit | ebbb4819630d87d3640a20542b15ebb5f00d7631 (patch) | |
tree | 75db0117c76736a1995bf27457df6e6eb552a6af /net-print | |
parent | new version, nicified install (diff) | |
download | gentoo-2-ebbb4819630d87d3640a20542b15ebb5f00d7631.tar.gz gentoo-2-ebbb4819630d87d3640a20542b15ebb5f00d7631.tar.bz2 gentoo-2-ebbb4819630d87d3640a20542b15ebb5f00d7631.zip |
modular deps
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/mtink/ChangeLog | 7 | ||||
-rw-r--r-- | net-print/mtink/mtink-1.0.9.ebuild | 16 |
2 files changed, 17 insertions, 6 deletions
diff --git a/net-print/mtink/ChangeLog b/net-print/mtink/ChangeLog index 3802a77e18b6..a77cbc2d7f5d 100644 --- a/net-print/mtink/ChangeLog +++ b/net-print/mtink/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-print/mtink -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/ChangeLog,v 1.17 2005/10/22 22:01:29 metalgod Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/ChangeLog,v 1.18 2006/01/19 19:58:16 genstef Exp $ + + 19 Jan 2006; Stefan Schweizer <genstef@gentoo.org> mtink-1.0.9.ebuild: + modular deps 22 Oct 2005; Luis Medinas <metalgod@gentoo.org> mtink-1.0.5.ebuild, -mtink-1.0.8.ebuild, mtink-1.0.9.ebuild: diff --git a/net-print/mtink/mtink-1.0.9.ebuild b/net-print/mtink/mtink-1.0.9.ebuild index 7633fbf93bd9..b04a8403f965 100644 --- a/net-print/mtink/mtink-1.0.9.ebuild +++ b/net-print/mtink/mtink-1.0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/mtink-1.0.9.ebuild,v 1.3 2005/10/22 22:01:29 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/mtink-1.0.9.ebuild,v 1.4 2006/01/19 19:58:16 genstef Exp $ inherit eutils @@ -12,8 +12,16 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="cups doc X" -DEPEND="X? ( x11-libs/openmotif virtual/x11 ) - cups? ( net-print/cups )" +DEPEND="X? ( + || ( + ( x11-libs/libX11 + x11-libs/libXpm + x11-libs/libXt ) + virtual/x11 + ) + ) + cups? ( net-print/cups ) + dev-libs/libusb" src_compile() { local mytargets |