diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-16 20:55:08 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-16 20:55:08 +0000 |
commit | ee3b324b6a958d6a8b2f7b771efaffb03a5eff8c (patch) | |
tree | 8397582b3a0e5995f6ef4789ed7e169173155b31 /app-misc/strigi | |
parent | Initial import of mongoid ODM/ORM for Rails 3.1. Tests require to be wired in... (diff) | |
download | gentoo-2-ee3b324b6a958d6a8b2f7b771efaffb03a5eff8c.tar.gz gentoo-2-ee3b324b6a958d6a8b2f7b771efaffb03a5eff8c.tar.bz2 gentoo-2-ee3b324b6a958d6a8b2f7b771efaffb03a5eff8c.zip |
Stable for amd64, wrt bug #396359
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/strigi')
-rw-r--r-- | app-misc/strigi/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/strigi/strigi-0.7.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/strigi/ChangeLog b/app-misc/strigi/ChangeLog index 370aacba9ef7..cb29b5aa88b6 100644 --- a/app-misc/strigi/ChangeLog +++ b/app-misc/strigi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/strigi # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/strigi/ChangeLog,v 1.82 2012/01/10 20:34:27 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/strigi/ChangeLog,v 1.83 2012/01/16 20:55:08 ago Exp $ + + 16 Jan 2012; Agostino Sarubbo <ago@gentoo.org> strigi-0.7.7.ebuild: + Stable for amd64, wrt bug #396359 10 Jan 2012; Brent Baude <ranger@gentoo.org> strigi-0.7.7.ebuild: Marking strigi-0.7.7 ppc for bug 396359 diff --git a/app-misc/strigi/strigi-0.7.7.ebuild b/app-misc/strigi/strigi-0.7.7.ebuild index 9512d0a98d67..947cb1cd9f32 100644 --- a/app-misc/strigi/strigi-0.7.7.ebuild +++ b/app-misc/strigi/strigi-0.7.7.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/strigi/strigi-0.7.7.ebuild,v 1.4 2012/01/10 20:34:27 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/strigi/strigi-0.7.7.ebuild,v 1.5 2012/01/16 20:55:08 ago Exp $ EAPI=4 if [[ "${PV}" != "9999" ]]; then SRC_URI="http://dev.gentoo.org/~johu/distfiles/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" else EGIT_REPO_URI="git://anongit.kde.org/strigi" GIT_ECLASS="git-2" |