diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-05-01 18:58:38 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-05-01 18:58:38 +0000 |
commit | 9cd5c1710a61e3725961d6ac15daf5535f28e528 (patch) | |
tree | ca31767b4c74795e080ff67f9cded95ff2ecf466 /app-forensics/libewf | |
parent | Sed in antlr.version to properties file. Python target doesn't work without i... (diff) | |
download | gentoo-2-9cd5c1710a61e3725961d6ac15daf5535f28e528.tar.gz gentoo-2-9cd5c1710a61e3725961d6ac15daf5535f28e528.tar.bz2 gentoo-2-9cd5c1710a61e3725961d6ac15daf5535f28e528.zip |
Add ~arm/~s390 wrt #224121
(Portage version: 2.1.6.11/cvs/Linux ia64)
Diffstat (limited to 'app-forensics/libewf')
-rw-r--r-- | app-forensics/libewf/ChangeLog | 5 | ||||
-rw-r--r-- | app-forensics/libewf/libewf-20090209.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-forensics/libewf/ChangeLog b/app-forensics/libewf/ChangeLog index d749184308e5..2dd1911f5e21 100644 --- a/app-forensics/libewf/ChangeLog +++ b/app-forensics/libewf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-forensics/libewf # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/ChangeLog,v 1.4 2009/03/07 22:00:41 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/ChangeLog,v 1.5 2009/05/01 18:58:38 armin76 Exp $ + + 01 May 2009; Raúl Porcel <armin76@gentoo.org> libewf-20090209.ebuild: + Add ~arm/~s390 wrt #224121 07 Mar 2009; Joseph Jezak <josejx@gentoo.org> libewf-20090209.ebuild: Marked ~ppc for bug #203758. diff --git a/app-forensics/libewf/libewf-20090209.ebuild b/app-forensics/libewf/libewf-20090209.ebuild index 86f7aa2775c1..c0f608ce5544 100644 --- a/app-forensics/libewf/libewf-20090209.ebuild +++ b/app-forensics/libewf/libewf-20090209.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/libewf-20090209.ebuild,v 1.4 2009/03/07 22:00:41 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/libewf-20090209.ebuild,v 1.5 2009/05/01 18:58:38 armin76 Exp $ inherit eutils autotools @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/libewf/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~s390 ~sparc ~x86" # upstream bug #2597171, pyewf has implicit declarations #IUSE="debug python rawio unicode" IUSE="debug rawio unicode" |