diff options
author | Ben de Groot <yngwin@gentoo.org> | 2012-06-14 07:12:40 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2012-06-14 07:12:40 +0000 |
commit | 8471733b203e73f650a8d36490e9c463f5823f98 (patch) | |
tree | daadf7dd534963cf6be621ee5c823de567e5368a /app-misc/strigi | |
parent | Destabling to ~ia64 because last available stable qt will be masked pending r... (diff) | |
download | gentoo-2-8471733b203e73f650a8d36490e9c463f5823f98.tar.gz gentoo-2-8471733b203e73f650a8d36490e9c463f5823f98.tar.bz2 gentoo-2-8471733b203e73f650a8d36490e9c463f5823f98.zip |
Destabling to ~ia64 because last available stable qt will be masked pending removal
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/strigi')
-rw-r--r-- | app-misc/strigi/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/strigi/strigi-0.7.7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-misc/strigi/ChangeLog b/app-misc/strigi/ChangeLog index 6b5fd9db5fb3..67ec35045ccb 100644 --- a/app-misc/strigi/ChangeLog +++ b/app-misc/strigi/ChangeLog @@ -1,6 +1,10 @@ # 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.89 2012/05/17 16:42:29 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/strigi/ChangeLog,v 1.90 2012/06/14 07:12:40 yngwin Exp $ + + 14 Jun 2012; Ben de Groot <yngwin@gentoo.org> strigi-0.7.7.ebuild: + Destabling to ~ia64 because last available stable qt will be masked pending + removal 17 May 2012; Alexis Ballier <aballier@gentoo.org> strigi-0.7.7-r1.ebuild: keyword ~amd64-fbsd diff --git a/app-misc/strigi/strigi-0.7.7.ebuild b/app-misc/strigi/strigi-0.7.7.ebuild index e3a54f8b04ed..7480bbda3872 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.7 2012/03/09 15:07:48 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/strigi/strigi-0.7.7.ebuild,v 1.8 2012/06/14 07:12:40 yngwin 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" |