summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2004-07-23 19:45:32 +0000
committerDavid Holm <dholm@gentoo.org>2004-07-23 19:45:32 +0000
commit75769b17076843a95da66cd919929febbd026cb4 (patch)
tree512bdd294c2b4d35fd20070d848436e41142bb3e /app-emulation/uae
parentmarked stable on x86, removed older 4.x ebuilds (Manifest recommit) (diff)
downloadgentoo-2-75769b17076843a95da66cd919929febbd026cb4.tar.gz
gentoo-2-75769b17076843a95da66cd919929febbd026cb4.tar.bz2
gentoo-2-75769b17076843a95da66cd919929febbd026cb4.zip
Reverted back to old bsdsocket code
Diffstat (limited to 'app-emulation/uae')
-rw-r--r--app-emulation/uae/ChangeLog5
-rw-r--r--app-emulation/uae/uae-0.8.27_pre20040720.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/uae/ChangeLog b/app-emulation/uae/ChangeLog
index 562386aacdde..e54f2e936c69 100644
--- a/app-emulation/uae/ChangeLog
+++ b/app-emulation/uae/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/uae
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/ChangeLog,v 1.21 2004/07/21 08:19:40 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/ChangeLog,v 1.22 2004/07/23 19:45:32 dholm Exp $
+
+ 23 Jul 2004; David Holm <dholm@gentoo.org> uae-0.8.27_pre20040720.ebuild:
+ Reverted to old bsdsocket code.
21 Jul 2004; David Holm <dholm@gentoo.org> :
Uploaded correct snapshot in order to fix bug #57809.
diff --git a/app-emulation/uae/uae-0.8.27_pre20040720.ebuild b/app-emulation/uae/uae-0.8.27_pre20040720.ebuild
index 96bab71154d1..55f171f18624 100644
--- a/app-emulation/uae/uae-0.8.27_pre20040720.ebuild
+++ b/app-emulation/uae/uae-0.8.27_pre20040720.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/app-emulation/uae/uae-0.8.27_pre20040720.ebuild,v 1.2 2004/07/21 08:28:53 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/uae-0.8.27_pre20040720.ebuild,v 1.3 2004/07/23 19:45:32 dholm Exp $
inherit eutils flag-o-matic
@@ -52,7 +52,7 @@ src_compile() {
--enable-cdtv \
--enable-cd32 \
--enable-scsi-device \
- --enable-bsdsock-new \
+ --enable-bsdsock \
--with-libscg-includedir=/usr/include/scsilib \
|| die "./configure failed"