diff options
-rw-r--r-- | app-arch/unace/unace-1.2b-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-arch/unace/unace-1.2b-r1.ebuild b/app-arch/unace/unace-1.2b-r1.ebuild index 95f8b28e21b4..7d030fb2124c 100644 --- a/app-arch/unace/unace-1.2b-r1.ebuild +++ b/app-arch/unace/unace-1.2b-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unace/unace-1.2b-r1.ebuild,v 1.11 2007/01/04 14:19:42 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unace/unace-1.2b-r1.ebuild,v 1.12 2007/01/30 03:58:41 vapier Exp $ inherit eutils @@ -8,7 +8,7 @@ DESCRIPTION="ACE unarchiver" HOMEPAGE="http://www.winace.com/" SRC_URI="http://wilma.vub.ac.be/~pdewacht/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="freedist" SLOT="1" KEYWORDS="~alpha amd64 ~hppa ppc ppc64 s390 x86" IUSE="" @@ -27,7 +27,8 @@ src_unpack() { } src_compile() { - sed -i -e "s/^CFLAGS = -O.*/CFLAGS = -Wall ${CFLAGS}/g" \ + sed -i \ + -e "s/^CFLAGS = -O.*/CFLAGS = -Wall ${CFLAGS}/g" \ -e "s/-DCASEINSENSE//g" \ makefile |