diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2012-08-08 14:05:13 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2012-08-08 14:05:13 +0000 |
commit | a2c15afdda91d4b32b537895c42a8d0cdb337f5c (patch) | |
tree | fcfc415cbbe9a69f95ccd62178146cb3919d7cb7 /app-forensics | |
parent | Keyword ~ppc ~ppc64, bug #419987 (diff) | |
download | gentoo-2-a2c15afdda91d4b32b537895c42a8d0cdb337f5c.tar.gz gentoo-2-a2c15afdda91d4b32b537895c42a8d0cdb337f5c.tar.bz2 gentoo-2-a2c15afdda91d4b32b537895c42a8d0cdb337f5c.zip |
x86 stable, see bug 418577
(Portage version: 2.1.10.65/cvs/Linux i686)
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/afflib/ChangeLog | 5 | ||||
-rw-r--r-- | app-forensics/afflib/afflib-3.7.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-forensics/afflib/ChangeLog b/app-forensics/afflib/ChangeLog index fb8a0b5f010a..79106197cd07 100644 --- a/app-forensics/afflib/ChangeLog +++ b/app-forensics/afflib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-forensics/afflib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v 1.40 2012/08/05 00:13:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v 1.41 2012/08/08 14:05:13 nativemad Exp $ + + 08 Aug 2012; Andreas Schuerch <nativemad@gentoo.org> afflib-3.7.1.ebuild: + x86 stable, see bug 418577 05 Aug 2012; Jeroen Roovers <jer@gentoo.org> afflib-3.7.1.ebuild: Stable for HPPA (bug #418577). diff --git a/app-forensics/afflib/afflib-3.7.1.ebuild b/app-forensics/afflib/afflib-3.7.1.ebuild index 34aacb60e4fb..dac3248b2694 100644 --- a/app-forensics/afflib/afflib-3.7.1.ebuild +++ b/app-forensics/afflib/afflib-3.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.7.1.ebuild,v 1.4 2012/08/05 00:13:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.7.1.ebuild,v 1.5 2012/08/08 14:05:13 nativemad Exp $ EAPI="4" PYTHON_DEPEND="python? 2" @@ -14,7 +14,7 @@ SRC_URI="mirror://github/simsong/AFFLIBv3/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 hppa ppc ~x86" +KEYWORDS="amd64 hppa ppc x86" IUSE="fuse ncurses python qemu readline s3 static-libs threads" RDEPEND="dev-libs/expat |