diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-10-24 08:01:04 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-10-24 08:01:04 +0000 |
commit | b4322bf9e62750812c8cc43b5d86305946ca029f (patch) | |
tree | 222767bb6dce04816294158d46fcfb6b56f20f6f /sci-libs | |
parent | initial import, ebuild by me (diff) | |
download | gentoo-2-b4322bf9e62750812c8cc43b5d86305946ca029f.tar.gz gentoo-2-b4322bf9e62750812c8cc43b5d86305946ca029f.tar.bz2 gentoo-2-b4322bf9e62750812c8cc43b5d86305946ca029f.zip |
keyword ~arm
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libccd/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/libccd/libccd-2.0.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/libccd/libccd-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-libs/libccd/ChangeLog b/sci-libs/libccd/ChangeLog index 66fb2351acd7..b94ba2d22b0f 100644 --- a/sci-libs/libccd/ChangeLog +++ b/sci-libs/libccd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/libccd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libccd/ChangeLog,v 1.1 2014/10/23 16:03:46 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libccd/ChangeLog,v 1.2 2014/10/24 08:01:04 aballier Exp $ + + 24 Oct 2014; Alexis Ballier <aballier@gentoo.org> libccd-2.0.ebuild, + libccd-9999.ebuild: + keyword ~arm *libccd-9999 (23 Oct 2014) *libccd-2.0 (23 Oct 2014) diff --git a/sci-libs/libccd/libccd-2.0.ebuild b/sci-libs/libccd/libccd-2.0.ebuild index 6afda46551d5..85efb91ce36a 100644 --- a/sci-libs/libccd/libccd-2.0.ebuild +++ b/sci-libs/libccd/libccd-2.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/sci-libs/libccd/libccd-2.0.ebuild,v 1.1 2014/10/23 16:03:46 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libccd/libccd-2.0.ebuild,v 1.2 2014/10/24 08:01:04 aballier Exp $ EAPI=5 @@ -16,7 +16,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then KEYWORDS="" SRC_URI="" else - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm" SRC_URI="http://libccd.danfis.cz/files/${P}.tar.gz" fi diff --git a/sci-libs/libccd/libccd-9999.ebuild b/sci-libs/libccd/libccd-9999.ebuild index 79d725bcded4..c4046fa31dbe 100644 --- a/sci-libs/libccd/libccd-9999.ebuild +++ b/sci-libs/libccd/libccd-9999.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/sci-libs/libccd/libccd-9999.ebuild,v 1.1 2014/10/23 16:03:46 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libccd/libccd-9999.ebuild,v 1.2 2014/10/24 08:01:04 aballier Exp $ EAPI=5 @@ -16,7 +16,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then KEYWORDS="" SRC_URI="" else - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm" SRC_URI="http://libccd.danfis.cz/files/${P}.tar.gz" fi |