diff options
author | Alexander Plank <alexander@gentoo.org> | 2004-07-24 13:59:16 +0000 |
---|---|---|
committer | Alexander Plank <alexander@gentoo.org> | 2004-07-24 13:59:16 +0000 |
commit | 1a6e000600acb5c668ec38cf03f63f89e9162911 (patch) | |
tree | 8f00a88365215d55c0a49ad32939813e1e1b8901 /mail-client/pine | |
parent | Moved datadir to /lib. Closes #57046; bump (diff) | |
download | historical-1a6e000600acb5c668ec38cf03f63f89e9162911.tar.gz historical-1a6e000600acb5c668ec38cf03f63f89e9162911.tar.bz2 historical-1a6e000600acb5c668ec38cf03f63f89e9162911.zip |
add -macos keyword-- compile fails
Diffstat (limited to 'mail-client/pine')
-rw-r--r-- | mail-client/pine/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/pine/pine-4.60.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-client/pine/ChangeLog b/mail-client/pine/ChangeLog index 734f4e1f2ad7..e9f96a627fde 100644 --- a/mail-client/pine/ChangeLog +++ b/mail-client/pine/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/pine # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/pine/ChangeLog,v 1.10 2004/07/22 22:22:14 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/pine/ChangeLog,v 1.11 2004/07/24 13:59:16 alexander Exp $ + + 24 Jun 2004; Alexander Plank <alexander@gentoo.org> pine-4.58-r3.ebuild: + add -macos; doesn't compile correctly 22 Jul 2004; Tom Gall <tgall@gentoo.org> pine-4.58-r3.ebuild: stable on ppc64, bug #57588 diff --git a/mail-client/pine/pine-4.60.ebuild b/mail-client/pine/pine-4.60.ebuild index 01fadb0c572b..6deaf8bc61ab 100644 --- a/mail-client/pine/pine-4.60.ebuild +++ b/mail-client/pine/pine-4.60.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/mail-client/pine/pine-4.60.ebuild,v 1.7 2004/07/21 23:11:35 malc Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/pine/pine-4.60.ebuild,v 1.8 2004/07/24 13:59:16 alexander Exp $ inherit eutils @@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.cac.washington.edu/pine/${PN}${PV}.tar.bz2 LICENSE="PICO" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~amd64" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~amd64 -macos" #IUSE="ipv6 maildir ssl ldap kerberos passfile" IUSE="ssl ldap kerberos passfile debug" |