diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2010-07-17 10:38:47 +0000 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2010-07-17 10:38:47 +0000 |
commit | 6d3e099023ed17642020cb0de015348b80061a64 (patch) | |
tree | 851148e545a6374ce5179c397648d45be826897e /sci-calculators | |
parent | Old. (diff) | |
download | gentoo-2-6d3e099023ed17642020cb0de015348b80061a64.tar.gz gentoo-2-6d3e099023ed17642020cb0de015348b80061a64.tar.bz2 gentoo-2-6d3e099023ed17642020cb0de015348b80061a64.zip |
amd64 stable, bug #328439
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/hexcalc/ChangeLog | 5 | ||||
-rw-r--r-- | sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-calculators/hexcalc/ChangeLog b/sci-calculators/hexcalc/ChangeLog index 7effbcce9072..66739409af68 100644 --- a/sci-calculators/hexcalc/ChangeLog +++ b/sci-calculators/hexcalc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/hexcalc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hexcalc/ChangeLog,v 1.11 2010/07/17 09:51:39 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hexcalc/ChangeLog,v 1.12 2010/07/17 10:38:47 tomjbe Exp $ + + 17 Jul 2010; Thomas Beierlein <tomjbe@gentoo.org> hexcalc-1.11-r2.ebuild: + amd64 stable, bug #328439 17 Jul 2010; Christian Faulhammer <fauli@gentoo.org> hexcalc-1.11-r2.ebuild: diff --git a/sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild b/sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild index ded53bbffe39..7e95c9f3b252 100644 --- a/sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild +++ b/sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild,v 1.2 2010/07/17 09:51:39 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild,v 1.3 2010/07/17 10:38:47 tomjbe Exp $ EAPI="3" @@ -11,7 +11,7 @@ HOMEPAGE="ftp://ftp.x.org/R5contrib/" SRC_URI="ftp://ftp.x.org/R5contrib/${PN}.tar.Z" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="" RDEPEND="x11-libs/libXaw" |