diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-21 06:31:05 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-21 06:31:05 +0000 |
commit | 2c70e5601b7f8932530e09f3d49749386acbf37b (patch) | |
tree | d2eb5badc76e016e5c29600784abb43eb858d956 /app-emulation | |
parent | extra character (Manifest recommit) (diff) | |
download | gentoo-2-2c70e5601b7f8932530e09f3d49749386acbf37b.tar.gz gentoo-2-2c70e5601b7f8932530e09f3d49749386acbf37b.tar.bz2 gentoo-2-2c70e5601b7f8932530e09f3d49749386acbf37b.zip |
stop using deprecated ?: use syntax
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/fuse/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/fuse/fuse-0.6.1.1.ebuild | 5 | ||||
-rw-r--r-- | app-emulation/fuse/fuse-0.6.2.1.ebuild | 5 |
3 files changed, 12 insertions, 6 deletions
diff --git a/app-emulation/fuse/ChangeLog b/app-emulation/fuse/ChangeLog index f416d20b2824..d5e6bf3df3a3 100644 --- a/app-emulation/fuse/ChangeLog +++ b/app-emulation/fuse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/fuse -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/ChangeLog,v 1.5 2004/02/28 07:49:32 vapier Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/ChangeLog,v 1.6 2004/03/21 06:31:05 mr_bones_ Exp $ + + 20 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> fuse-0.6.1.1.ebuild, + fuse-0.6.2.1.ebuild: + stop using deprecated ?: use syntax *fuse-0.6.2.1 (28 Feb 2004) diff --git a/app-emulation/fuse/fuse-0.6.1.1.ebuild b/app-emulation/fuse/fuse-0.6.1.1.ebuild index d575aa1a4f22..9dc1d522d0f6 100644 --- a/app-emulation/fuse/fuse-0.6.1.1.ebuild +++ b/app-emulation/fuse/fuse-0.6.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/fuse-0.6.1.1.ebuild,v 1.8 2004/02/20 06:08:34 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/fuse-0.6.1.1.ebuild,v 1.9 2004/03/21 06:31:05 mr_bones_ Exp $ DESCRIPTION="Free Unix Spectrum Emulator by Philip Kendall" HOMEPAGE="http://www.srcf.ucam.org/~pak21/spectrum/fuse.html" @@ -23,7 +23,8 @@ DEPEND="dev-lang/perl X? ( virtual/x11 gtk? ( - gtk2? ( =x11-libs/gtk+-2* ) : =x11-libs/gtk+-1* + gtk2? ( =x11-libs/gtk+-2* ) + !gtk2? ( =x11-libs/gtk+-1* ) ) ) sdl? ( media-libs/libsdl ) diff --git a/app-emulation/fuse/fuse-0.6.2.1.ebuild b/app-emulation/fuse/fuse-0.6.2.1.ebuild index bb4dc5e3a23d..7721408f090a 100644 --- a/app-emulation/fuse/fuse-0.6.2.1.ebuild +++ b/app-emulation/fuse/fuse-0.6.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/fuse-0.6.2.1.ebuild,v 1.1 2004/02/28 07:49:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/fuse-0.6.2.1.ebuild,v 1.2 2004/03/21 06:31:05 mr_bones_ Exp $ DESCRIPTION="Free Unix Spectrum Emulator by Philip Kendall" HOMEPAGE="http://fuse-emulator.sourceforge.net/" @@ -23,7 +23,8 @@ DEPEND="dev-lang/perl X? ( virtual/x11 gtk? ( - gtk2? ( =x11-libs/gtk+-2* ) : =x11-libs/gtk+-1* + gtk2? ( =x11-libs/gtk+-2* ) + !gtk2? ( =x11-libs/gtk+-1* ) ) ) sdl? ( media-libs/libsdl ) |