diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-01 13:43:21 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-01 13:43:21 +0000 |
commit | 3fb495e8956098be19c5d6631dde2c139a4586fa (patch) | |
tree | d8e68ecbc0f880f23c9300554b39fae6d74fed34 /app-text | |
parent | Stable for x86, wrt bug #533752 (diff) | |
download | gentoo-2-3fb495e8956098be19c5d6631dde2c139a4586fa.tar.gz gentoo-2-3fb495e8956098be19c5d6631dde2c139a4586fa.tar.bz2 gentoo-2-3fb495e8956098be19c5d6631dde2c139a4586fa.zip |
Stable for x86, wrt bug #534024
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/xournal/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/xournal/xournal-0.4.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/xournal/ChangeLog b/app-text/xournal/ChangeLog index d343a9f7c630..1b65b604f82c 100644 --- a/app-text/xournal/ChangeLog +++ b/app-text/xournal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/xournal # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xournal/ChangeLog,v 1.50 2015/01/31 11:44:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xournal/ChangeLog,v 1.51 2015/02/01 13:43:21 ago Exp $ + + 01 Feb 2015; Agostino Sarubbo <ago@gentoo.org> xournal-0.4.8.ebuild: + Stable for x86, wrt bug #534024 31 Jan 2015; Agostino Sarubbo <ago@gentoo.org> xournal-0.4.8.ebuild: Stable for amd64, wrt bug #534024 diff --git a/app-text/xournal/xournal-0.4.8.ebuild b/app-text/xournal/xournal-0.4.8.ebuild index ef2853317958..a4f9f20e1416 100644 --- a/app-text/xournal/xournal-0.4.8.ebuild +++ b/app-text/xournal/xournal-0.4.8.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/xournal/xournal-0.4.8.ebuild,v 1.2 2015/01/31 11:44:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xournal/xournal-0.4.8.ebuild,v 1.3 2015/02/01 13:43:21 ago Exp $ EAPI=5 @@ -18,7 +18,7 @@ IUSE="+pdf" if [[ "${PV}" != "9999" ]]; then SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" else inherit git-2 SRC_URI="" |