diff options
author | Simon Stelling <blubb@gentoo.org> | 2004-09-08 11:36:21 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2004-09-08 11:36:21 +0000 |
commit | 73de752cc86f54b13bc2c9563e150dcb4d81b46a (patch) | |
tree | aee698fbc0607e34186b6184f45c1257cb4470a9 /app-sci | |
parent | added ~amd64 to app-sci/calc-2.11.9.3 (#63208) (Manifest recommit) (diff) | |
download | gentoo-2-73de752cc86f54b13bc2c9563e150dcb4d81b46a.tar.gz gentoo-2-73de752cc86f54b13bc2c9563e150dcb4d81b46a.tar.bz2 gentoo-2-73de752cc86f54b13bc2c9563e150dcb4d81b46a.zip |
added ~amd64 to app-sci/hcalc-1.0 (#63207)
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/hcalc/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/hcalc/hcalc-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-sci/hcalc/ChangeLog b/app-sci/hcalc/ChangeLog index 684e78ed2b7f..4ab58265e2d4 100644 --- a/app-sci/hcalc/ChangeLog +++ b/app-sci/hcalc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/hcalc # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/hcalc/ChangeLog,v 1.3 2004/06/24 22:03:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/hcalc/ChangeLog,v 1.4 2004/09/08 11:36:21 blubb Exp $ + + 08 Sep 2004; <blubb@gentoo.org> hcalc-1.0.ebuild: + added ~amd64 keyword *hcalc-1.0 (22 Jun 2004) diff --git a/app-sci/hcalc/hcalc-1.0.ebuild b/app-sci/hcalc/hcalc-1.0.ebuild index 25320bcbe232..75677eeb039c 100644 --- a/app-sci/hcalc/hcalc-1.0.ebuild +++ b/app-sci/hcalc/hcalc-1.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/hcalc/hcalc-1.0.ebuild,v 1.4 2004/06/24 22:03:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/hcalc/hcalc-1.0.ebuild,v 1.5 2004/09/08 11:36:21 blubb Exp $ DESCRIPTION="DJ's Hex Calculator" HOMEPAGE="http://www.delorie.com/store/hcalc/" SRC_URI="http://www.delorie.com/store/hcalc/${PN}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~amd64" IUSE="" DEPEND="virtual/x11" |