diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-10-21 21:53:09 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-10-21 21:53:09 +0000 |
commit | 666dc487b715efc049022c1c6cf758650d31d9f8 (patch) | |
tree | 1c5324f59e128f95624ed8c137095ffcba76cde1 | |
parent | adding initial ivtv-utils package which is only the utilies portion of the iv... (diff) | |
download | gentoo-2-666dc487b715efc049022c1c6cf758650d31d9f8.tar.gz gentoo-2-666dc487b715efc049022c1c6cf758650d31d9f8.tar.bz2 gentoo-2-666dc487b715efc049022c1c6cf758650d31d9f8.zip |
Remove spurious variable.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 i686)
-rw-r--r-- | app-editors/jove/jove-4.16.0.70.3.1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-editors/jove/jove-4.16.0.70.3.1.ebuild b/app-editors/jove/jove-4.16.0.70.3.1.ebuild index a0efe64196fa..81159b3c512d 100644 --- a/app-editors/jove/jove-4.16.0.70.3.1.ebuild +++ b/app-editors/jove/jove-4.16.0.70.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jove/jove-4.16.0.70.3.1.ebuild,v 1.1 2008/10/05 11:38:33 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jove/jove-4.16.0.70.3.1.ebuild,v 1.2 2008/10/21 21:53:09 ulm Exp $ inherit eutils flag-o-matic versionator @@ -33,11 +33,9 @@ src_unpack() { -e "s:-ltermcap:-lncurses:" \ -e "s:^OPTFLAGS =.*:OPTFLAGS = ${CFLAGS}:" \ Makefile -# -e 's:^SYSDEFS =.*:SYSDEFS="-DSYSVR4 -D_XOPEN_SOURCE=500":' \ } src_compile() { - local myconf if use unix98 ; then emake SYSDEFS="-DSYSVR4 -D_XOPEN_SOURCE=500" || die else |