diff options
author | 2014-10-10 20:23:08 +0000 | |
---|---|---|
committer | 2014-10-10 20:23:08 +0000 | |
commit | df2b0ae4650ee0e0b8accbc00ef371bf157f839a (patch) | |
tree | ca40b5d0c96172b0695d906a641691a50cc7b79b /media-libs/libfreehand | |
parent | amd64 stable wrt bug #517718 (diff) | |
download | gentoo-2-df2b0ae4650ee0e0b8accbc00ef371bf157f839a.tar.gz gentoo-2-df2b0ae4650ee0e0b8accbc00ef371bf157f839a.tar.bz2 gentoo-2-df2b0ae4650ee0e0b8accbc00ef371bf157f839a.zip |
add ~arm, bug #520692
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'media-libs/libfreehand')
-rw-r--r-- | media-libs/libfreehand/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libfreehand/libfreehand-0.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libfreehand/ChangeLog b/media-libs/libfreehand/ChangeLog index 62b0c003944d..1253315b5ccd 100644 --- a/media-libs/libfreehand/ChangeLog +++ b/media-libs/libfreehand/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libfreehand # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libfreehand/ChangeLog,v 1.5 2014/09/14 09:04:00 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libfreehand/ChangeLog,v 1.6 2014/10/10 20:23:08 maekke Exp $ + + 10 Oct 2014; Markus Meier <maekke@gentoo.org> libfreehand-0.1.0.ebuild: + add ~arm, bug #520692 *libfreehand-0.1.0 (14 Sep 2014) diff --git a/media-libs/libfreehand/libfreehand-0.1.0.ebuild b/media-libs/libfreehand/libfreehand-0.1.0.ebuild index 2598c3792ca7..ae85daa9964d 100644 --- a/media-libs/libfreehand/libfreehand-0.1.0.ebuild +++ b/media-libs/libfreehand/libfreehand-0.1.0.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/media-libs/libfreehand/libfreehand-0.1.0.ebuild,v 1.1 2014/09/14 09:04:00 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libfreehand/libfreehand-0.1.0.ebuild,v 1.2 2014/10/10 20:23:08 maekke Exp $ EAPI=5 @@ -15,7 +15,7 @@ HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libfreehand" LICENSE="MPL-2.0" SLOT="0" [[ ${PV} == 9999 ]] || \ -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="doc static-libs" RDEPEND=" |