diff options
author | 2004-12-18 19:06:13 +0000 | |
---|---|---|
committer | 2004-12-18 19:06:13 +0000 | |
commit | abc48c29b9a7862ae003baeaab14fd2803eeb7bb (patch) | |
tree | 0695facadc308dd9e417da12ae161d24d1d9b14f /app-cdr/bchunk | |
parent | Fixed patch to use relative instead of absolute paths (diff) | |
download | gentoo-2-abc48c29b9a7862ae003baeaab14fd2803eeb7bb.tar.gz gentoo-2-abc48c29b9a7862ae003baeaab14fd2803eeb7bb.tar.bz2 gentoo-2-abc48c29b9a7862ae003baeaab14fd2803eeb7bb.zip |
stable
Diffstat (limited to 'app-cdr/bchunk')
-rw-r--r-- | app-cdr/bchunk/bchunk-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-cdr/bchunk/bchunk-1.2.0.ebuild b/app-cdr/bchunk/bchunk-1.2.0.ebuild index 684193fcf51c..151f6c49a040 100644 --- a/app-cdr/bchunk/bchunk-1.2.0.ebuild +++ b/app-cdr/bchunk/bchunk-1.2.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/app-cdr/bchunk/bchunk-1.2.0.ebuild,v 1.1 2004/10/22 02:12:52 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/bchunk/bchunk-1.2.0.ebuild,v 1.2 2004/12/18 19:06:13 blubb Exp $ inherit gcc @@ -10,7 +10,7 @@ SRC_URI="http://he.fi/bchunk/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~amd64" +KEYWORDS="~x86 ~ppc ~sparc amd64" IUSE="" DEPEND="virtual/libc" |