diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-02 14:33:10 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-02 14:33:10 +0000 |
commit | 5e0a2dfc0542a3438490361bd07391a3ec4215a6 (patch) | |
tree | 699e6f342655d0cd496acf299bda0153b499c5b6 /dev-libs/libattica | |
parent | Stable for ppc64, wrt to bug #477634 (diff) | |
download | gentoo-2-5e0a2dfc0542a3438490361bd07391a3ec4215a6.tar.gz gentoo-2-5e0a2dfc0542a3438490361bd07391a3ec4215a6.tar.bz2 gentoo-2-5e0a2dfc0542a3438490361bd07391a3ec4215a6.zip |
Stable for ppc64, wrt bug #477634
(Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/libattica')
-rw-r--r-- | dev-libs/libattica/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libattica/libattica-0.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libattica/ChangeLog b/dev-libs/libattica/ChangeLog index a71bd3f86733..30494bdee4f2 100644 --- a/dev-libs/libattica/ChangeLog +++ b/dev-libs/libattica/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libattica # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libattica/ChangeLog,v 1.47 2013/07/30 10:44:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libattica/ChangeLog,v 1.48 2013/08/02 14:33:10 ago Exp $ + + 02 Aug 2013; Agostino Sarubbo <ago@gentoo.org> libattica-0.4.2.ebuild: + Stable for ppc64, wrt bug #477634 30 Jul 2013; Agostino Sarubbo <ago@gentoo.org> libattica-0.4.2.ebuild: Stable for ppc, wrt bug #477634 diff --git a/dev-libs/libattica/libattica-0.4.2.ebuild b/dev-libs/libattica/libattica-0.4.2.ebuild index 9ecf3720fa11..874a1fc660dd 100644 --- a/dev-libs/libattica/libattica-0.4.2.ebuild +++ b/dev-libs/libattica/libattica-0.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libattica/libattica-0.4.2.ebuild,v 1.4 2013/07/30 10:44:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libattica/libattica-0.4.2.ebuild,v 1.5 2013/08/02 14:33:10 ago Exp $ EAPI=5 @@ -13,7 +13,7 @@ if [[ $PV = *9999* ]]; then scm_eclass=git-2 else SRC_URI="mirror://kde/stable/${MY_PN}/${MY_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" fi inherit cmake-utils ${scm_eclass} |