diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-28 04:31:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-28 04:31:31 +0000 |
commit | 8cf99cc72a04faddd3635741c4a9f8adfc283b75 (patch) | |
tree | 3eb48bb3717928f64e1337e2e2d399716241a52c /dev-perl/Date-Calc | |
parent | shove into ppc64 for Date-Calc because thats the way uh huh they like it uh h... (diff) | |
download | historical-8cf99cc72a04faddd3635741c4a9f8adfc283b75.tar.gz historical-8cf99cc72a04faddd3635741c4a9f8adfc283b75.tar.bz2 historical-8cf99cc72a04faddd3635741c4a9f8adfc283b75.zip |
shove into ppc64 stable since logwatch needs it and that is already marked ppc64 stable ... not that they will ever notice MUWAHAHAHAHAHAHA
Package-Manager: portage-2.0.51.20-r4
Diffstat (limited to 'dev-perl/Date-Calc')
-rw-r--r-- | dev-perl/Date-Calc/Date-Calc-5.4.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-perl/Date-Calc/Date-Calc-5.4.ebuild b/dev-perl/Date-Calc/Date-Calc-5.4.ebuild index e51b3eb3bdfc..e882160cf645 100644 --- a/dev-perl/Date-Calc/Date-Calc-5.4.ebuild +++ b/dev-perl/Date-Calc/Date-Calc-5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Date-Calc/Date-Calc-5.4.ebuild,v 1.3 2005/04/26 19:46:55 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Date-Calc/Date-Calc-5.4.ebuild,v 1.4 2005/04/28 04:31:31 vapier Exp $ inherit perl-module @@ -10,13 +10,12 @@ SRC_URI="mirror://cpan/authors/id/STBEY/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="x86 sparc ~ppc alpha ~amd64 ~s390" +KEYWORDS="alpha amd64 ~ppc ppc64 s390 sparc x86" IUSE="" -SRC_TEST="do" - DEPEND=">=dev-perl/Bit-Vector-6.4 - >=dev-perl/Carp-Clan-5.3" + >=dev-perl/Carp-Clan-5.3" +SRC_TEST="do" export OPTIMIZE="$CFLAGS" mydoc="ToDo" |