diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-30 03:58:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-30 03:58:41 +0000 |
commit | 81bb34a2f6f542584ad59c5c8645afce2b6f50d9 (patch) | |
tree | f46ec6d060197aee404fc5137058f32f631f7e28 /app-arch/unace | |
parent | Marked ~hppa (bug #161486). (diff) | |
download | gentoo-2-81bb34a2f6f542584ad59c5c8645afce2b6f50d9.tar.gz gentoo-2-81bb34a2f6f542584ad59c5c8645afce2b6f50d9.tar.bz2 gentoo-2-81bb34a2f6f542584ad59c5c8645afce2b6f50d9.zip |
update LICENSE #164353
(Portage version: 2.1.2-r5)
Diffstat (limited to 'app-arch/unace')
-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 |