diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-06-08 06:32:14 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-06-08 06:32:14 +0000 |
commit | 4faae2b56d16aa89cc8f2d2d82bb6ad44821eb5d (patch) | |
tree | 81de4ff8fef840c76cd30153b9b856c1a27b717f /app-misc | |
parent | new calendar package (diff) | |
download | historical-4faae2b56d16aa89cc8f2d2d82bb6ad44821eb5d.tar.gz historical-4faae2b56d16aa89cc8f2d2d82bb6ad44821eb5d.tar.bz2 historical-4faae2b56d16aa89cc8f2d2d82bb6ad44821eb5d.zip |
should be arch independent -- needs testing
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/calendar/Manifest | 2 | ||||
-rw-r--r-- | app-misc/calendar/calendar-0.9.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/calendar/Manifest b/app-misc/calendar/Manifest index 9fc13e896575..2f6b40cb2d6d 100644 --- a/app-misc/calendar/Manifest +++ b/app-misc/calendar/Manifest @@ -1,3 +1,3 @@ -MD5 3671952c1245d722c57c159316e9c004 calendar-0.9.1.ebuild 659 +MD5 dc96f777c3367a683241f35e51d0cf9b calendar-0.9.1.ebuild 695 MD5 750175203e4e6cde5ca48c53dc82891c ChangeLog 466 MD5 68ff6998b7f5f5091c9a285da704e0f8 files/digest-calendar-0.9.1 66 diff --git a/app-misc/calendar/calendar-0.9.1.ebuild b/app-misc/calendar/calendar-0.9.1.ebuild index a6bdff82ecd2..6fda5df79243 100644 --- a/app-misc/calendar/calendar-0.9.1.ebuild +++ b/app-misc/calendar/calendar-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/calendar/calendar-0.9.1.ebuild,v 1.1 2003/06/08 06:31:39 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/calendar/calendar-0.9.1.ebuild,v 1.2 2003/06/08 06:32:11 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Standard unix calendar program for Linux, ported from OpenBSD." @@ -9,7 +9,7 @@ SRC_URI="http://bsdcalendar.sourceforge.net/${P}.tar.bz2" SLOT="0" LICENSE="BSD" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~arm ~hppa" DEPEND="virtual/glibc" |