diff options
author | 2004-09-08 11:38:26 +0000 | |
---|---|---|
committer | 2004-09-08 11:38:26 +0000 | |
commit | 98a90d78fd2cebd7b80eb5046ab9434f10e7a156 (patch) | |
tree | 721f8aa5d98441c8884caa09bb541f4b9723e724 /app-sci | |
parent | added ~amd64 to app-sci/hcalc-1.0 (#63207) (Manifest recommit) (diff) | |
download | gentoo-2-98a90d78fd2cebd7b80eb5046ab9434f10e7a156.tar.gz gentoo-2-98a90d78fd2cebd7b80eb5046ab9434f10e7a156.tar.bz2 gentoo-2-98a90d78fd2cebd7b80eb5046ab9434f10e7a156.zip |
added ~amd64 to app-sci/hexcalc-1.11 (#63204)
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/hexcalc/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/hexcalc/hexcalc-1.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-sci/hexcalc/ChangeLog b/app-sci/hexcalc/ChangeLog index c20da0c7beae..f5ab79a76f6e 100644 --- a/app-sci/hexcalc/ChangeLog +++ b/app-sci/hexcalc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/hexcalc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/hexcalc/ChangeLog,v 1.2 2004/06/24 22:03:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/hexcalc/ChangeLog,v 1.3 2004/09/08 11:38:26 blubb Exp $ + + 08 Sep 2004; <blubb@gentoo.org> hexcalc-1.11.ebuild: + added ~amd64 keyword *hexcalc-1.11 (26 Jun 2003) diff --git a/app-sci/hexcalc/hexcalc-1.11.ebuild b/app-sci/hexcalc/hexcalc-1.11.ebuild index 1bf1306ed389..12ca9794c154 100644 --- a/app-sci/hexcalc/hexcalc-1.11.ebuild +++ b/app-sci/hexcalc/hexcalc-1.11.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/hexcalc/hexcalc-1.11.ebuild,v 1.3 2004/06/24 22:03:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/hexcalc/hexcalc-1.11.ebuild,v 1.4 2004/09/08 11:38:26 blubb Exp $ DESCRIPTION="A simple hex calculator for X" HOMEPAGE="ftp://ftp.x.org/R5contrib/" SRC_URI="ftp://ftp.x.org/R5contrib/${PN}.tar.Z" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~amd64" IUSE="" DEPEND="virtual/x11" |