diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-06-02 15:37:22 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-06-02 15:37:22 +0000 |
commit | 01f7c3c87c21c301ab5cf5749e73ed51f5f12695 (patch) | |
tree | 786f1325eebfc01c645050de9a64d90ebaaa1cb7 /sci-geosciences/gpsd | |
parent | Added ~amd64 (diff) | |
download | gentoo-2-01f7c3c87c21c301ab5cf5749e73ed51f5f12695.tar.gz gentoo-2-01f7c3c87c21c301ab5cf5749e73ed51f5f12695.tar.bz2 gentoo-2-01f7c3c87c21c301ab5cf5749e73ed51f5f12695.zip |
Use "virtual/motif" instead of "x11-libs/openmotif".
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-geosciences/gpsd')
-rw-r--r-- | sci-geosciences/gpsd/ChangeLog | 5 | ||||
-rw-r--r-- | sci-geosciences/gpsd/gpsd-2.25.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-geosciences/gpsd/ChangeLog b/sci-geosciences/gpsd/ChangeLog index 42cd0d48a115..413ba92eaa90 100644 --- a/sci-geosciences/gpsd/ChangeLog +++ b/sci-geosciences/gpsd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-geosciences/gpsd # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v 1.1 2005/05/29 00:53:30 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v 1.2 2005/06/02 15:37:22 ribosome Exp $ + + 02 Jun 2005; Olivier Fisette <ribosome@gentoo.org> gpsd-2.25.ebuild: + Use "virtual/motif" instead of "x11-libs/openmotif". *gpsd-2.25 (28 May 2005) diff --git a/sci-geosciences/gpsd/gpsd-2.25.ebuild b/sci-geosciences/gpsd/gpsd-2.25.ebuild index e05b2af35b84..e4ac7e65aacd 100644 --- a/sci-geosciences/gpsd/gpsd-2.25.ebuild +++ b/sci-geosciences/gpsd/gpsd-2.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.25.ebuild,v 1.1 2005/05/29 00:53:30 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.25.ebuild,v 1.2 2005/06/02 15:37:22 ribosome Exp $ inherit eutils libtool distutils @@ -14,7 +14,9 @@ KEYWORDS="~x86 ~ppc ~amd64 ~ppc64 ~sparc ~arm" IUSE="X usb dbus" -DEPEND="X? ( || ( lesstif motif ) virtual/x11 ) +DEPEND="X? ( virtual/motif + virtual/x11 + ) usb? ( sys-apps/hotplug ) dbus? ( >=sys-apps/dbus-0.23.4 ) dev-lang/python |