diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-05 17:28:46 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-05 17:28:46 +0000 |
commit | 58f15c9cd89016f8f8c40cb475ac8495a42dff1b (patch) | |
tree | 6efa465a0db21da9bb33cdc7ae2a0cb61c76ea65 /sci-astronomy/esorex | |
parent | Added several patches for newer autoconf, to use system libtdl, and respect f... (diff) | |
download | historical-58f15c9cd89016f8f8c40cb475ac8495a42dff1b.tar.gz historical-58f15c9cd89016f8f8c40cb475ac8495a42dff1b.tar.bz2 historical-58f15c9cd89016f8f8c40cb475ac8495a42dff1b.zip |
keyword amd64-linux, x86-linux
Package-Manager: portage-2.2.01.20796-prefix/cvs/Linux x86_64
Diffstat (limited to 'sci-astronomy/esorex')
-rw-r--r-- | sci-astronomy/esorex/ChangeLog | 5 | ||||
-rw-r--r-- | sci-astronomy/esorex/esorex-3.9.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-astronomy/esorex/ChangeLog b/sci-astronomy/esorex/ChangeLog index 6f1b01b06897..b198ac0cf17b 100644 --- a/sci-astronomy/esorex/ChangeLog +++ b/sci-astronomy/esorex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-astronomy/esorex # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/esorex/ChangeLog,v 1.6 2012/08/05 17:23:27 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/esorex/ChangeLog,v 1.7 2012/08/05 17:28:46 bicatali Exp $ + + 05 Aug 2012; SĂ©bastien Fabbro <bicatali@gentoo.org> esorex-3.9.6-r1.ebuild: + keyword amd64-linux, x86-linux *esorex-3.9.6-r1 (05 Aug 2012) diff --git a/sci-astronomy/esorex/esorex-3.9.6-r1.ebuild b/sci-astronomy/esorex/esorex-3.9.6-r1.ebuild index f76379e94506..bd38868d52d0 100644 --- a/sci-astronomy/esorex/esorex-3.9.6-r1.ebuild +++ b/sci-astronomy/esorex/esorex-3.9.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/esorex/esorex-3.9.6-r1.ebuild,v 1.1 2012/08/05 17:23:27 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/esorex/esorex-3.9.6-r1.ebuild,v 1.2 2012/08/05 17:28:46 bicatali Exp $ EAPI=4 @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.eso.org/pub/dfs/pipelines/libraries/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="examples" DEPEND=">=sci-astronomy/cpl-6" |