diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-30 21:12:25 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-30 21:12:25 +0000 |
commit | b5de38bbdce8e6fc45139ce671f94cdd56c87156 (patch) | |
tree | 6014653674f5cef36ff258743752085a5e78d62b /app-text/libmspub | |
parent | Stable for ppc, wrt bug #474066 (diff) | |
download | gentoo-2-b5de38bbdce8e6fc45139ce671f94cdd56c87156.tar.gz gentoo-2-b5de38bbdce8e6fc45139ce671f94cdd56c87156.tar.bz2 gentoo-2-b5de38bbdce8e6fc45139ce671f94cdd56c87156.zip |
Stable for ppc, wrt bug #474066
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-text/libmspub')
-rw-r--r-- | app-text/libmspub/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/libmspub/libmspub-0.0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/libmspub/ChangeLog b/app-text/libmspub/ChangeLog index f5b913a2e630..115e47953911 100644 --- a/app-text/libmspub/ChangeLog +++ b/app-text/libmspub/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/libmspub # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/ChangeLog,v 1.10 2013/06/30 15:10:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/ChangeLog,v 1.11 2013/06/30 21:12:25 ago Exp $ + + 30 Jun 2013; Agostino Sarubbo <ago@gentoo.org> libmspub-0.0.6.ebuild: + Stable for ppc, wrt bug #474066 30 Jun 2013; Agostino Sarubbo <ago@gentoo.org> libmspub-0.0.6.ebuild: Stable for x86, wrt bug #474066 diff --git a/app-text/libmspub/libmspub-0.0.6.ebuild b/app-text/libmspub/libmspub-0.0.6.ebuild index 40941503f165..b3b66ae59d79 100644 --- a/app-text/libmspub/libmspub-0.0.6.ebuild +++ b/app-text/libmspub/libmspub-0.0.6.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/app-text/libmspub/libmspub-0.0.6.ebuild,v 1.3 2013/06/30 15:10:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/libmspub-0.0.6.ebuild,v 1.4 2013/06/30 21:12:25 ago Exp $ EAPI=5 @@ -17,7 +17,7 @@ SLOT="0" # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 [[ ${PV} == 9999 ]] || \ -KEYWORDS="amd64 ~arm ~ppc x86" +KEYWORDS="amd64 ~arm ppc x86" IUSE="doc static-libs" |