diff options
author | Bjoern Brauel <bjb@gentoo.org> | 2002-12-15 10:44:24 +0000 |
---|---|---|
committer | Bjoern Brauel <bjb@gentoo.org> | 2002-12-15 10:44:24 +0000 |
commit | e7da186df46f565b5466057fd0befa87d44edffe (patch) | |
tree | 678dc517b12aaa8d4d579c9497f9e9439dbb17c6 /net-misc/dhcpcd | |
parent | fix info and remove old line (diff) | |
download | gentoo-2-e7da186df46f565b5466057fd0befa87d44edffe.tar.gz gentoo-2-e7da186df46f565b5466057fd0befa87d44edffe.tar.bz2 gentoo-2-e7da186df46f565b5466057fd0befa87d44edffe.zip |
During removal of sparc64 keywords from the ebuilds a bad sed introduced problematic KEYWORDS line that contained an illegal character before the alpha keyword. Fixed.
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.22_p3-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.22_p3-r2.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild index 73cda30d1e19..5ac2134ada95 100644 --- a/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild +++ b/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild,v 1.16 2002/12/09 04:33:15 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild,v 1.17 2002/12/15 10:44:21 bjb Exp $ MYV=1.3.20-pl0 S=${WORKDIR}/${PN}-${MYV} @@ -9,7 +9,7 @@ SRC_URI="ftp://ftp.phystech.com/pub/${PN}-${MYV}.tar.gz" HOMEPAGE="http://www.phystech.com/download/" DEPEND="" SLOT="0" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="GPL-2" src_compile() { diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r1.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r1.ebuild index 867ad0f4ac6d..1aa865c906fd 100644 --- a/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r1.ebuild +++ b/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r1.ebuild,v 1.3 2002/12/09 04:33:15 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r1.ebuild,v 1.4 2002/12/15 10:44:21 bjb Exp $ inherit gnuconfig @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.phystech.com/pub/${P/_p/-pl}.tar.gz" HOMEPAGE="http://www.phystech.com/download/" DEPEND="" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" LICENSE="GPL-2" src_unpack() { diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r2.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r2.ebuild index 8b5b8ad9e476..e52fd3f2217d 100644 --- a/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r2.ebuild +++ b/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r2.ebuild,v 1.2 2002/12/09 04:33:15 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r2.ebuild,v 1.3 2002/12/15 10:44:21 bjb Exp $ inherit gnuconfig @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.phystech.com/pub/${P/_p/-pl}.tar.gz" HOMEPAGE="http://www.phystech.com/download/" DEPEND="" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" LICENSE="GPL-2" src_unpack() { |