diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-22 12:01:45 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-22 12:01:45 +0000 |
commit | b9f599a7cd5d0778fe8bd40a21a528cdfa54a133 (patch) | |
tree | 70898bf47110c8cf2fbb49496deaf77d0a452916 /app-misc/strigi | |
parent | set pygrub in REQUIRED_USE paired with python, fixes Bug #494908 by K. Agouros (diff) | |
download | gentoo-2-b9f599a7cd5d0778fe8bd40a21a528cdfa54a133.tar.gz gentoo-2-b9f599a7cd5d0778fe8bd40a21a528cdfa54a133.tar.bz2 gentoo-2-b9f599a7cd5d0778fe8bd40a21a528cdfa54a133.zip |
Stable for ppc64, wrt bug #489496
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-misc/strigi')
-rw-r--r-- | app-misc/strigi/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/strigi/strigi-0.7.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/strigi/ChangeLog b/app-misc/strigi/ChangeLog index c9e4b305c987..9288818455ce 100644 --- a/app-misc/strigi/ChangeLog +++ b/app-misc/strigi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/strigi # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/strigi/ChangeLog,v 1.106 2013/12/21 16:12:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/strigi/ChangeLog,v 1.107 2013/12/22 12:01:45 ago Exp $ + + 22 Dec 2013; Agostino Sarubbo <ago@gentoo.org> strigi-0.7.8.ebuild: + Stable for ppc64, wrt bug #489496 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> strigi-0.7.8.ebuild: Stable for ppc, wrt bug #489496 diff --git a/app-misc/strigi/strigi-0.7.8.ebuild b/app-misc/strigi/strigi-0.7.8.ebuild index 6a1b33449351..619d0bf7974a 100644 --- a/app-misc/strigi/strigi-0.7.8.ebuild +++ b/app-misc/strigi/strigi-0.7.8.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/strigi/strigi-0.7.8.ebuild,v 1.4 2013/12/21 16:12:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/strigi/strigi-0.7.8.ebuild,v 1.5 2013/12/22 12:01:45 ago Exp $ EAPI=5 if [[ "${PV}" != "9999" ]]; then SRC_URI="http://www.vandenoever.info/software/strigi/${P}.tar.bz2" - KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" else EGIT_REPO_URI="git://anongit.kde.org/strigi" GIT_ECLASS="git-2" |