diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-08-19 01:56:43 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-08-19 01:56:43 +0000 |
commit | d138643ac5615a42fab0b402f89a58fb6857cbe7 (patch) | |
tree | a46a76ac4e6fcc2508aa8a4d03e148a46ecb4eca | |
parent | Added dies to update lines to catch potential update problems on amd64. (Mani... (diff) | |
download | gentoo-2-d138643ac5615a42fab0b402f89a58fb6857cbe7.tar.gz gentoo-2-d138643ac5615a42fab0b402f89a58fb6857cbe7.tar.bz2 gentoo-2-d138643ac5615a42fab0b402f89a58fb6857cbe7.zip |
macos stable
-rw-r--r-- | dev-util/ctags/ctags-5.5.ebuild | 4 | ||||
-rw-r--r-- | games-engines/frotz/frotz-2.43.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-util/ctags/ctags-5.5.ebuild b/dev-util/ctags/ctags-5.5.ebuild index 0065e74e9543..6d1f840af6e1 100644 --- a/dev-util/ctags/ctags-5.5.ebuild +++ b/dev-util/ctags/ctags-5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.5.ebuild,v 1.8 2004/07/02 05:04:42 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.5.ebuild,v 1.9 2004/08/19 01:51:48 pvdabeel Exp $ DESCRIPTION="Ctags generates an index (or tag) file of C language objects found in C source and header files that allows these items to be quickly and easily located by a text editor or other utility. Currently supports 22 programming languages." HOMEPAGE="http://ctags.sourceforge.net" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/ctags/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc ~sparc macos" IUSE="" DEPEND="virtual/libc" diff --git a/games-engines/frotz/frotz-2.43.ebuild b/games-engines/frotz/frotz-2.43.ebuild index 29607e0bc1f4..bb0341e45cf3 100644 --- a/games-engines/frotz/frotz-2.43.ebuild +++ b/games-engines/frotz/frotz-2.43.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v 1.5 2004/06/24 22:38:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v 1.6 2004/08/19 01:56:43 pvdabeel Exp $ DESCRIPTION="Curses based interpreter for Z-code based text games" HOMEPAGE="http://www.cs.csubak.edu/~dgriffi/proj/frotz/" @@ -8,11 +8,11 @@ SRC_URI="http://www.ifarchive.org/if-archive/infocom/interpreters/frotz/${P}.tar LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc amd64" +KEYWORDS="x86 ppc amd64 macos" IUSE="oss alsa" DEPEND="sys-libs/ncurses - alsa? ( oss? ( media-libs/alsa-oss ) )" + !macos? ( alsa? ( oss? ( media-libs/alsa-oss ) ) )" src_compile() { local MAKE_OPTS="CONFIG_DIR=/etc" |