diff options
author | Markus Meier <maekke@gentoo.org> | 2008-05-07 20:39:39 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-05-07 20:39:39 +0000 |
commit | f92168e63cac0fba4dc50d17d42991fa3031671b (patch) | |
tree | addbbe0db22a39ced69ed8e866cff57fa785fd28 /sci-calculators/calcoo/calcoo-1.3.18.ebuild | |
parent | Fix building with GCC 4.3 wrt #220749, thanks to Peter Alfredsen. (diff) | |
download | historical-f92168e63cac0fba4dc50d17d42991fa3031671b.tar.gz historical-f92168e63cac0fba4dc50d17d42991fa3031671b.tar.bz2 historical-f92168e63cac0fba4dc50d17d42991fa3031671b.zip |
amd64/x86 stable, bug #220601
Package-Manager: portage-2.1.5_rc7
Diffstat (limited to 'sci-calculators/calcoo/calcoo-1.3.18.ebuild')
-rw-r--r-- | sci-calculators/calcoo/calcoo-1.3.18.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-calculators/calcoo/calcoo-1.3.18.ebuild b/sci-calculators/calcoo/calcoo-1.3.18.ebuild index d515376e7450..e56532f6a107 100644 --- a/sci-calculators/calcoo/calcoo-1.3.18.ebuild +++ b/sci-calculators/calcoo/calcoo-1.3.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.18.ebuild,v 1.4 2008/05/06 15:19:32 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.18.ebuild,v 1.5 2008/05/07 20:39:39 maekke Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc sparc ~x86" +KEYWORDS="amd64 ~ppc sparc x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2" |