diff options
author | Markus Meier <maekke@gentoo.org> | 2013-12-29 17:17:41 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-12-29 17:17:41 +0000 |
commit | e595f87bfa0c53562805c34674b5fd7e2b5b06af (patch) | |
tree | d89803cf4f69f2f26c6ff719bffec95c30454829 /sys-fs/dfc | |
parent | add ~arm, bug #490312 (diff) | |
download | gentoo-2-e595f87bfa0c53562805c34674b5fd7e2b5b06af.tar.gz gentoo-2-e595f87bfa0c53562805c34674b5fd7e2b5b06af.tar.bz2 gentoo-2-e595f87bfa0c53562805c34674b5fd7e2b5b06af.zip |
add ~arm, bug #491722
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'sys-fs/dfc')
-rw-r--r-- | sys-fs/dfc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/dfc/dfc-3.0.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-fs/dfc/ChangeLog b/sys-fs/dfc/ChangeLog index d5b92137007b..694757b5a1e3 100644 --- a/sys-fs/dfc/ChangeLog +++ b/sys-fs/dfc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/dfc -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dfc/ChangeLog,v 1.1 2012/06/01 07:19:05 iksaif Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/dfc/ChangeLog,v 1.2 2013/12/29 17:17:41 maekke Exp $ + + 29 Dec 2013; Markus Meier <maekke@gentoo.org> dfc-3.0.0.ebuild: + add ~arm, bug #491722 *dfc-3.0.0 (01 Jun 2012) diff --git a/sys-fs/dfc/dfc-3.0.0.ebuild b/sys-fs/dfc/dfc-3.0.0.ebuild index 42a3d13b5c47..1a47e4a5dd65 100644 --- a/sys-fs/dfc/dfc-3.0.0.ebuild +++ b/sys-fs/dfc/dfc-3.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dfc/dfc-3.0.0.ebuild,v 1.1 2012/06/01 07:19:05 iksaif Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/dfc/dfc-3.0.0.ebuild,v 1.2 2013/12/29 17:17:41 maekke Exp $ EAPI=4 inherit cmake-utils @@ -11,7 +11,7 @@ SRC_URI="http://projects.gw-computing.net/attachments/download/63/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="nls" DEPEND="nls? ( virtual/libintl )" |