diff options
author | 2014-01-30 23:14:51 +0000 | |
---|---|---|
committer | 2014-01-30 23:14:51 +0000 | |
commit | 902c992b7fca7cd0cf9bdcc12d90f404ec005e09 (patch) | |
tree | 24ed9d74fad00ee8b2613b30ac0771feaa2206f5 /app-text/blahtexml | |
parent | arm stable, bug #495638 (diff) | |
download | gentoo-2-902c992b7fca7cd0cf9bdcc12d90f404ec005e09.tar.gz gentoo-2-902c992b7fca7cd0cf9bdcc12d90f404ec005e09.tar.bz2 gentoo-2-902c992b7fca7cd0cf9bdcc12d90f404ec005e09.zip |
add ~arm, bug #497396
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'app-text/blahtexml')
-rw-r--r-- | app-text/blahtexml/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/blahtexml/blahtexml-0.9.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/blahtexml/ChangeLog b/app-text/blahtexml/ChangeLog index e8d56b18bf90..613a4bf36103 100644 --- a/app-text/blahtexml/ChangeLog +++ b/app-text/blahtexml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/blahtexml -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/blahtexml/ChangeLog,v 1.2 2013/12/26 14:40:45 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/blahtexml/ChangeLog,v 1.3 2014/01/30 23:14:51 maekke Exp $ + + 30 Jan 2014; Markus Meier <maekke@gentoo.org> blahtexml-0.9.ebuild: + add ~arm, bug #497396 26 Dec 2013; Julian Ospald <hasufell@gentoo.org> blahtexml-0.9.ebuild, files/blahtexml-0.9-Makefile.patch: diff --git a/app-text/blahtexml/blahtexml-0.9.ebuild b/app-text/blahtexml/blahtexml-0.9.ebuild index f10a3ef531b1..ad71ceefaa48 100644 --- a/app-text/blahtexml/blahtexml-0.9.ebuild +++ b/app-text/blahtexml/blahtexml-0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/blahtexml/blahtexml-0.9.ebuild,v 1.2 2013/12/26 14:40:45 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/blahtexml/blahtexml-0.9.ebuild,v 1.3 2014/01/30 23:14:51 maekke Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://gva.noekeon.org/${PN}/${P}-src.tar.gz" LICENSE="BSD CC-BY-3.0 ZLIB" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="doc" RDEPEND="dev-libs/xerces-c" |