diff options
author | Kristopher Kersey <augustus@gentoo.org> | 2004-02-10 07:07:46 +0000 |
---|---|---|
committer | Kristopher Kersey <augustus@gentoo.org> | 2004-02-10 07:07:46 +0000 |
commit | 6799af781dd2c5c34e55d2e7fc45ce6f9b628b80 (patch) | |
tree | b4c43111ba596b98fd3bf3f273f0aa436298b093 | |
parent | Stable on ppc. (Manifest recommit) (diff) | |
download | gentoo-2-6799af781dd2c5c34e55d2e7fc45ce6f9b628b80.tar.gz gentoo-2-6799af781dd2c5c34e55d2e7fc45ce6f9b628b80.tar.bz2 gentoo-2-6799af781dd2c5c34e55d2e7fc45ce6f9b628b80.zip |
Not much to it. Works on amd64. ~amd64 added.
-rw-r--r-- | media-sound/cd-discid/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/cd-discid/cd-discid-0.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/cd-discid/ChangeLog b/media-sound/cd-discid/ChangeLog index 73f4c1e444dc..00e4a7bd109e 100644 --- a/media-sound/cd-discid/ChangeLog +++ b/media-sound/cd-discid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/cd-discid -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cd-discid/ChangeLog,v 1.6 2003/09/21 21:14:55 drobbins Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/cd-discid/ChangeLog,v 1.7 2004/02/10 07:07:46 augustus Exp $ + + 10 Feb 2004; <augustus@gentoo.org> cd-discid-0.8.ebuild: + Not much to it. Works on amd64. ~amd64 added. *cd-discid-0.8 (21 Sep 2003) diff --git a/media-sound/cd-discid/cd-discid-0.8.ebuild b/media-sound/cd-discid/cd-discid-0.8.ebuild index 7706a03ffdc6..2036b137ebca 100644 --- a/media-sound/cd-discid/cd-discid-0.8.ebuild +++ b/media-sound/cd-discid/cd-discid-0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cd-discid/cd-discid-0.8.ebuild,v 1.1 2003/09/21 21:14:55 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cd-discid/cd-discid-0.8.ebuild,v 1.2 2004/02/10 07:07:46 augustus Exp $ S=${WORKDIR}/${P} DESCRIPTION="returns the disc id for the cd in the cd-rom drive" @@ -11,7 +11,7 @@ DEPEND="virtual/glibc" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc ppc" +KEYWORDS="x86 sparc ppc ~amd64" src_compile() { |