diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-05-20 22:02:31 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-05-20 22:02:31 +0000 |
commit | 64be4c8cf28c82b3c1666424e67fec9ec83b33f7 (patch) | |
tree | cda825bd9bfdb88b203b89484dfe211711f9e8a7 /app-text | |
parent | Do not try to install README anymore. (diff) | |
download | gentoo-2-64be4c8cf28c82b3c1666424e67fec9ec83b33f7.tar.gz gentoo-2-64be4c8cf28c82b3c1666424e67fec9ec83b33f7.tar.bz2 gentoo-2-64be4c8cf28c82b3c1666424e67fec9ec83b33f7.zip |
Add ~arm keyword.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/podofo/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/podofo/podofo-0.9.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/podofo/ChangeLog b/app-text/podofo/ChangeLog index 1a12be95981a..b7f51bae8c8a 100644 --- a/app-text/podofo/ChangeLog +++ b/app-text/podofo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/podofo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/ChangeLog,v 1.44 2014/03/11 10:06:48 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/ChangeLog,v 1.45 2014/05/20 22:02:31 mrueg Exp $ + + 20 May 2014; Manuel Rüger <mrueg@gentoo.org> podofo-0.9.2.ebuild: + Add ~arm keyword. 11 Mar 2014; Lars Wendler <polynomial-c@gentoo.org> podofo-0.9.2.ebuild: Fixed compilation with >=freetype-2.5.1 (bug #493584). diff --git a/app-text/podofo/podofo-0.9.2.ebuild b/app-text/podofo/podofo-0.9.2.ebuild index 2ea6b1a512a3..cdcc7bae08b3 100644 --- a/app-text/podofo/podofo-0.9.2.ebuild +++ b/app-text/podofo/podofo-0.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.9.2.ebuild,v 1.11 2014/03/11 10:06:48 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.9.2.ebuild,v 1.12 2014/05/20 22:02:31 mrueg Exp $ EAPI=5 inherit cmake-utils flag-o-matic multilib toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/podofo/${P}.tar.gz LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="amd64 hppa ppc ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm hppa ppc ppc64 ~sparc x86" IUSE="+boost idn debug test" RDEPEND="dev-lang/lua:= |