summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-10-26 16:07:24 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-10-26 16:07:24 +0000
commit69c72a15fef3e57e6ed4901a922770863057542e (patch)
treea87841cbcccb5ced2219c655bec96183ab955614 /dev-libs/stfl
parentimport from science overlay (diff)
downloadgentoo-2-69c72a15fef3e57e6ed4901a922770863057542e.tar.gz
gentoo-2-69c72a15fef3e57e6ed4901a922770863057542e.tar.bz2
gentoo-2-69c72a15fef3e57e6ed4901a922770863057542e.zip
Revision bump as the package is fubared due to as-needed. Keep keywords as it really could not work in current setup. Fixes bug#419659.
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'dev-libs/stfl')
-rw-r--r--dev-libs/stfl/ChangeLog10
-rw-r--r--dev-libs/stfl/stfl-0.22-r1.ebuild (renamed from dev-libs/stfl/stfl-0.22.ebuild)4
2 files changed, 11 insertions, 3 deletions
diff --git a/dev-libs/stfl/ChangeLog b/dev-libs/stfl/ChangeLog
index a9872edcc876..0c079deac745 100644
--- a/dev-libs/stfl/ChangeLog
+++ b/dev-libs/stfl/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-libs/stfl
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/ChangeLog,v 1.39 2012/02/25 04:06:42 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/ChangeLog,v 1.40 2012/10/26 16:07:24 scarabeus Exp $
+
+*stfl-0.22-r1 (26 Oct 2012)
+
+ 26 Oct 2012; Tomáš Chvátal <scarabeus@gentoo.org> +stfl-0.22-r1.ebuild,
+ -stfl-0.22.ebuild:
+ Revision bump as the package is fubared due to as-needed. Keep keywords as it
+ really could not work in current setup. Fixes bug#419659.
25 Feb 2012; Patrick Lauer <patrick@gentoo.org> stfl-0.22.ebuild:
Restricting jython
@@ -170,4 +177,3 @@
+stfl-0.8.ebuild:
Initial import. Ebuild submitted by Tim Weber <gentoo.bugs at scytale.de> in
bug #174975, modified by me.
-
diff --git a/dev-libs/stfl/stfl-0.22.ebuild b/dev-libs/stfl/stfl-0.22-r1.ebuild
index 4ad017255e4d..3878cae4235d 100644
--- a/dev-libs/stfl/stfl-0.22.ebuild
+++ b/dev-libs/stfl/stfl-0.22-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.22.ebuild,v 1.6 2012/02/25 04:06:42 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.22-r1.ebuild,v 1.1 2012/10/26 16:07:24 scarabeus Exp $
EAPI="4"
SUPPORT_PYTHON_ABIS="1"
@@ -39,6 +39,8 @@ src_prepare() {
-e 's/-Os -ggdb//' \
-e 's/^\(all:.*\) example/\1/' \
-e 's/$(CC) -shared/$(CC) $(LDFLAGS) -shared/' \
+ -e 's/ -o $@ $(LDLIBS) $^/ $^ $(LDLIBS) -o $@/' \
+ -e 's/-lncursesw/-lncursesw -pthread/' \
Makefile || die "sed failed"
if ! use static-libs ; then