diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-03-09 21:03:27 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-03-09 21:03:27 +0000 |
commit | 1b1ea1c67c0979ed61b5859c7921dced796df195 (patch) | |
tree | a2816deb5b04ac0b10b10f21b8ce0a8685e663fd /dev-libs/stfl | |
parent | Remove -Werror, see bug #260947. (diff) | |
download | gentoo-2-1b1ea1c67c0979ed61b5859c7921dced796df195.tar.gz gentoo-2-1b1ea1c67c0979ed61b5859c7921dced796df195.tar.bz2 gentoo-2-1b1ea1c67c0979ed61b5859c7921dced796df195.zip |
needs EAPI=2
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'dev-libs/stfl')
-rw-r--r-- | dev-libs/stfl/stfl-0.17.ebuild | 5 | ||||
-rw-r--r-- | dev-libs/stfl/stfl-0.18.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-libs/stfl/stfl-0.17.ebuild b/dev-libs/stfl/stfl-0.17.ebuild index 97b85355453c..b8f5b8071454 100644 --- a/dev-libs/stfl/stfl-0.17.ebuild +++ b/dev-libs/stfl/stfl-0.17.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.17.ebuild,v 1.5 2009/03/07 19:23:13 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.17.ebuild,v 1.6 2009/03/09 21:03:27 mr_bones_ Exp $ +EAPI=2 inherit eutils perl-module python toolchain-funcs DESCRIPTION="A library which implements a curses-based widget set for text terminals" @@ -31,7 +32,7 @@ src_unpack() { -e "s!-Os -ggdb!!" \ -e "s!^all:.*!all: libstfl.a!" \ Makefile - + python_version sed -i -e "s:/usr/lib/python2.4:${D}/usr/lib/python${PYVER}:" \ python/Makefile.snippet diff --git a/dev-libs/stfl/stfl-0.18.ebuild b/dev-libs/stfl/stfl-0.18.ebuild index 22998a8a67d6..ec293b92c344 100644 --- a/dev-libs/stfl/stfl-0.18.ebuild +++ b/dev-libs/stfl/stfl-0.18.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.18.ebuild,v 1.3 2009/03/07 19:23:13 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.18.ebuild,v 1.4 2009/03/09 21:03:27 mr_bones_ Exp $ EAPI="2" -inherit eutils multilib perl-module python toolchain-funcs +inherit eutils multilib perl-module python toolchain-funcs DESCRIPTION="A library which implements a curses-based widget set for text terminals" HOMEPAGE="http://www.clifford.at/stfl/" |