diff options
author | Hasan Khalil <gongloo@gentoo.org> | 2004-12-07 04:48:36 +0000 |
---|---|---|
committer | Hasan Khalil <gongloo@gentoo.org> | 2004-12-07 04:48:36 +0000 |
commit | 0627965167e47e4da973fbdfbca1a6a4e6ed7608 (patch) | |
tree | 57f9aed2c305113ae14dabcff32561ca066d62fa | |
parent | fix outdated head/tail format #65668 (Manifest recommit) (diff) | |
download | gentoo-2-0627965167e47e4da973fbdfbca1a6a4e6ed7608.tar.gz gentoo-2-0627965167e47e4da973fbdfbca1a6a4e6ed7608.tar.bz2 gentoo-2-0627965167e47e4da973fbdfbca1a6a4e6ed7608.zip |
Added ~ppc-macos
-rw-r--r-- | app-sci/wcalc/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/wcalc/wcalc-1.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-sci/wcalc/ChangeLog b/app-sci/wcalc/ChangeLog index 43fdfc880449..8376625f2c90 100644 --- a/app-sci/wcalc/ChangeLog +++ b/app-sci/wcalc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/wcalc # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/wcalc/ChangeLog,v 1.3 2004/11/21 00:48:47 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/wcalc/ChangeLog,v 1.4 2004/12/07 04:48:36 gongloo Exp $ + + 06 Dec 2004; Hasan Khalil <gongloo@gentoo.org> wcalc-1.7.ebuild: + Added ~ppc-macos 21 Nov 2004; Karol Wojtaszek <sekretarz@gentoo.org> wcalc-1.7.ebuild: Added to ~amd64, bug #71857 diff --git a/app-sci/wcalc/wcalc-1.7.ebuild b/app-sci/wcalc/wcalc-1.7.ebuild index 26991dfc1a1f..06a2ad41aba1 100644 --- a/app-sci/wcalc/wcalc-1.7.ebuild +++ b/app-sci/wcalc/wcalc-1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/wcalc/wcalc-1.7.ebuild,v 1.3 2004/11/21 00:48:47 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/wcalc/wcalc-1.7.ebuild,v 1.4 2004/12/07 04:48:36 gongloo Exp $ DESCRIPTION="A flexible command-line scientific calculator" HOMEPAGE="http://w-calc.sourceforge.net" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge//w-calc/Wcalc-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~x86 ~amd64 ~ppc-macos" # The argument "--without-readline" is accepted by the configure script but # breaks the build, so the readline USE flag cannot be used. IUSE="" |