diff options
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 6041a77bad37..f5b913a2e630 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.9 2013/06/30 15:10:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/ChangeLog,v 1.10 2013/06/30 15:10:56 ago Exp $ + + 30 Jun 2013; Agostino Sarubbo <ago@gentoo.org> libmspub-0.0.6.ebuild: + Stable for x86, wrt bug #474066 30 Jun 2013; Agostino Sarubbo <ago@gentoo.org> libmspub-0.0.6.ebuild: Stable for amd64, wrt bug #474066 diff --git a/app-text/libmspub/libmspub-0.0.6.ebuild b/app-text/libmspub/libmspub-0.0.6.ebuild index f0347090c191..40941503f165 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.2 2013/06/30 15:10:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/libmspub-0.0.6.ebuild,v 1.3 2013/06/30 15:10:56 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" |