diff options
Diffstat (limited to 'app-misc/rio500')
-rw-r--r-- | app-misc/rio500/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/rio500/rio500-0.7-r1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-misc/rio500/ChangeLog b/app-misc/rio500/ChangeLog index 832d7051b8e6..ea9b8754e522 100644 --- a/app-misc/rio500/ChangeLog +++ b/app-misc/rio500/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-misc/rio500 # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-misc/rio500/ChangeLog,v 1.1 2002/02/01 21:53:08 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rio500/ChangeLog,v 1.2 2002/04/12 19:09:10 spider Exp $ + + 11 Apr 2002; Spider <spider@gentoo.org> + Update all glib dependencies to use glib-1.2* in preparation of +unmasking the glib-2.0.1 packages + *rio500-0.7-r1 (1 Feb 2002) diff --git a/app-misc/rio500/rio500-0.7-r1.ebuild b/app-misc/rio500/rio500-0.7-r1.ebuild index 5fc082886196..84ee07e07550 100644 --- a/app-misc/rio500/rio500-0.7-r1.ebuild +++ b/app-misc/rio500/rio500-0.7-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/cvsroot/gentoo-x86/app-misc/rio500/rio500-0.7-r1.ebuild,v 1.1 2001/05/31 19:48:00 michael Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rio500/rio500-0.7-r1.ebuild,v 1.2 2002/04/12 19:09:10 spider Exp $ #P= A=${P}.tar.gz @@ -11,7 +11,7 @@ SRC_URI="http://download.sourceforge.net/rio500/${A}" HOMEPAGE="http://rio500.sourceforge.net" DEPEND="virtual/glibc - >=dev-libs/glib-1.2.9" + =dev-libs/glib-1.2*" src_compile() { try ./configure --prefix=/usr --host=${CHOST} \ |