diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-15 14:56:36 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-15 14:56:36 +0000 |
commit | 50b817586dc0d170a5a7ecc7162a780760884e9a (patch) | |
tree | a77959a9fa58a0c1feee35aae57242dc1a1c550e /app-text/libmspub | |
parent | Stable for amd64, wrt bug #534684 (diff) | |
download | gentoo-2-50b817586dc0d170a5a7ecc7162a780760884e9a.tar.gz gentoo-2-50b817586dc0d170a5a7ecc7162a780760884e9a.tar.bz2 gentoo-2-50b817586dc0d170a5a7ecc7162a780760884e9a.zip |
Stable for amd64, wrt bug #534684
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/libmspub/ChangeLog b/app-text/libmspub/ChangeLog index e10068f5524a..02486faed84c 100644 --- a/app-text/libmspub/ChangeLog +++ b/app-text/libmspub/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/libmspub # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/ChangeLog,v 1.15 2015/02/04 09:04:51 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/ChangeLog,v 1.16 2015/02/15 14:56:36 ago Exp $ + + 15 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libmspub-0.1.2.ebuild: + Stable for amd64, wrt bug #534684 *libmspub-0.1.2 (04 Feb 2015) diff --git a/app-text/libmspub/libmspub-0.1.2.ebuild b/app-text/libmspub/libmspub-0.1.2.ebuild index 935be2641f25..aaf734da2783 100644 --- a/app-text/libmspub/libmspub-0.1.2.ebuild +++ b/app-text/libmspub/libmspub-0.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/libmspub-0.1.2.ebuild,v 1.1 2015/02/04 09:04:51 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/libmspub-0.1.2.ebuild,v 1.2 2015/02/15 14:56:36 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 ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="doc static-libs" |