diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-04-05 12:46:06 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-04-05 12:46:06 +0000 |
commit | e14423cb802391e1c8312f53324a23247afb3f9d (patch) | |
tree | b295aa0d9b6654b77a04c4e63543c2afd6f387a4 /sys-fs | |
parent | No more need for eautoreconf, works fine on amd64 without. (diff) | |
download | gentoo-2-e14423cb802391e1c8312f53324a23247afb3f9d.tar.gz gentoo-2-e14423cb802391e1c8312f53324a23247afb3f9d.tar.bz2 gentoo-2-e14423cb802391e1c8312f53324a23247afb3f9d.zip |
Remove old workaround, thanks to John Zheng <johnzheng@gmail.com>
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/captive/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/captive/captive-1.1.7-r1.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/captive/ChangeLog b/sys-fs/captive/ChangeLog index e5f9f52e64e4..22e1dcb81c49 100644 --- a/sys-fs/captive/ChangeLog +++ b/sys-fs/captive/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/captive # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/captive/ChangeLog,v 1.14 2006/04/01 18:59:28 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/captive/ChangeLog,v 1.15 2006/04/05 12:46:06 genstef Exp $ + + 05 Apr 2006; Stefan Schweizer <genstef@gentoo.org> + captive-1.1.7-r1.ebuild: + Remove old workaround, thanks to John Zheng <johnzheng@gmail.com> 01 Apr 2006; Stefan Schweizer <genstef@gentoo.org> captive-1.1.7-r1.ebuild: diff --git a/sys-fs/captive/captive-1.1.7-r1.ebuild b/sys-fs/captive/captive-1.1.7-r1.ebuild index 520a009f088d..ec677988fc90 100644 --- a/sys-fs/captive/captive-1.1.7-r1.ebuild +++ b/sys-fs/captive/captive-1.1.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/captive/captive-1.1.7-r1.ebuild,v 1.2 2006/04/01 18:59:28 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/captive/captive-1.1.7-r1.ebuild,v 1.3 2006/04/05 12:46:06 genstef Exp $ inherit eutils @@ -44,7 +44,6 @@ pkg_setup() { } src_compile() { - sed -i 's/#error "Unsupported: TICKSTO1970/\0"/' src/libcaptive/rtl/time.c || die 01 # disable some tests to save time ;) econf $(use_enable debug bug-replay) \ $(use_with readline) \ |