diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-13 07:54:24 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-13 07:54:24 +0000 |
commit | 6463c5554b2f3a728de67af3cbf65040fc30a106 (patch) | |
tree | 989b7188f363567c8a46313b0db6c97f2eb40856 /media-sound | |
parent | Add my homepage to src_uri for now (Manifest recommit) (diff) | |
download | gentoo-2-6463c5554b2f3a728de67af3cbf65040fc30a106.tar.gz gentoo-2-6463c5554b2f3a728de67af3cbf65040fc30a106.tar.bz2 gentoo-2-6463c5554b2f3a728de67af3cbf65040fc30a106.zip |
Added ~sparc and ~amd64.
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/saydate/ChangeLog | 3 | ||||
-rw-r--r-- | media-sound/saydate/saydate-0.3.0.ebuild | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/media-sound/saydate/ChangeLog b/media-sound/saydate/ChangeLog index f3d0ae101af3..e99959494837 100644 --- a/media-sound/saydate/ChangeLog +++ b/media-sound/saydate/ChangeLog @@ -2,6 +2,9 @@ # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 # $Header + 13 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> saydate-0.3.0.ebuild: + Added ~sparc and ~amd64. + *saydate-0.3.0 (4 Nov 2002) 22 Apr 2003; Brandon Low <lostlogic@gentoo.org> saydate-0.3.0.ebuild: diff --git a/media-sound/saydate/saydate-0.3.0.ebuild b/media-sound/saydate/saydate-0.3.0.ebuild index de38d0689f91..0a4b1306938d 100644 --- a/media-sound/saydate/saydate-0.3.0.ebuild +++ b/media-sound/saydate/saydate-0.3.0.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/media-sound/saydate/saydate-0.3.0.ebuild,v 1.9 2004/06/25 00:21:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/saydate/saydate-0.3.0.ebuild,v 1.10 2004/07/13 07:54:24 eradicator Exp $ S=${WORKDIR}/${PN} DESCRIPTION="A Linux shell program that talks the date and system uptime." @@ -8,7 +8,8 @@ HOMEPAGE="http://unihedron.com/projects/saydate/saydate.php" SRC_URI="http://unihedron.com/projects/saydate/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" + +KEYWORDS="x86 ~sparc ~amd64" DEPEND="=sys-apps/sed-4*" IUSE="" |