diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-05-27 22:53:18 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-05-27 22:53:18 +0000 |
commit | a08972427ea07c4211aa4b61c43bf45308f7820a (patch) | |
tree | f10d43c575bb20fd1ca4414c4a3ccd18b0121ff9 /sci-libs | |
parent | Mask firmware loader support of linux-gpib on arm since that is not keyworded... (diff) | |
download | gentoo-2-a08972427ea07c4211aa4b61c43bf45308f7820a.tar.gz gentoo-2-a08972427ea07c4211aa4b61c43bf45308f7820a.tar.bz2 gentoo-2-a08972427ea07c4211aa4b61c43bf45308f7820a.zip |
Builds fine on arm, adding keyword
(Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/linux-gpib/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/linux-gpib/linux-gpib-3.2.17-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-libs/linux-gpib/ChangeLog b/sci-libs/linux-gpib/ChangeLog index 375f9ad934f4..20c770a28e7b 100644 --- a/sci-libs/linux-gpib/ChangeLog +++ b/sci-libs/linux-gpib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/linux-gpib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/ChangeLog,v 1.14 2013/05/25 00:49:19 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/ChangeLog,v 1.15 2013/05/27 22:53:18 dilfridge Exp $ + + 27 May 2013; Andreas K. Huettel <dilfridge@gentoo.org> + linux-gpib-3.2.17-r1.ebuild: + Builds fine on arm, adding keyword *linux-gpib-3.2.17-r1 (25 May 2013) *linux-gpib-3.2.16-r4 (25 May 2013) diff --git a/sci-libs/linux-gpib/linux-gpib-3.2.17-r1.ebuild b/sci-libs/linux-gpib/linux-gpib-3.2.17-r1.ebuild index 84d8d1fa9662..d70d2b4dd8ea 100644 --- a/sci-libs/linux-gpib/linux-gpib-3.2.17-r1.ebuild +++ b/sci-libs/linux-gpib/linux-gpib-3.2.17-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/linux-gpib-3.2.17-r1.ebuild,v 1.1 2013/05/25 00:49:19 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/linux-gpib-3.2.17-r1.ebuild,v 1.2 2013/05/27 22:53:18 dilfridge Exp $ EAPI=4 PERL_EXPORT_PHASE_FUNCTIONS=no @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/linux-gpib/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="pcmcia static debug guile perl php python tcl doc firmware" COMMONDEPEND=" |