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 | 857f8e6d38caca4eec14719fa4aa5af72cc38d04 (patch) | |
tree | f42e5a10c19068f9d5e810b1a2575a942475e335 /sys-libs/pwdb | |
parent | During removal of sparc64 keywords from the ebuilds a bad sed introduced prob... (diff) | |
download | historical-857f8e6d38caca4eec14719fa4aa5af72cc38d04.tar.gz historical-857f8e6d38caca4eec14719fa4aa5af72cc38d04.tar.bz2 historical-857f8e6d38caca4eec14719fa4aa5af72cc38d04.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 'sys-libs/pwdb')
-rw-r--r-- | sys-libs/pwdb/pwdb-0.61-r3.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/pwdb/pwdb-0.61-r4.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-libs/pwdb/pwdb-0.61-r3.ebuild b/sys-libs/pwdb/pwdb-0.61-r3.ebuild index 5e4ac3019f74..8c1eb9c47df6 100644 --- a/sys-libs/pwdb/pwdb-0.61-r3.ebuild +++ b/sys-libs/pwdb/pwdb-0.61-r3.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/sys-libs/pwdb/pwdb-0.61-r3.ebuild,v 1.16 2002/12/09 04:37:29 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/pwdb-0.61-r3.ebuild,v 1.17 2002/12/15 10:44:24 bjb Exp $ S=${WORKDIR}/${P} DESCRIPTION="Password database" @@ -8,7 +8,7 @@ SRC_URI="ftp://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/${P}.tar HOMEPAGE="http://www.firstlinux.com/cgi-bin/package/content.cgi?ID=6886" DEPEND="virtual/glibc" LICENSE="PWDB" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" SLOT="0" src_unpack () { diff --git a/sys-libs/pwdb/pwdb-0.61-r4.ebuild b/sys-libs/pwdb/pwdb-0.61-r4.ebuild index e29b36e60d5e..8b13297ddf0e 100644 --- a/sys-libs/pwdb/pwdb-0.61-r4.ebuild +++ b/sys-libs/pwdb/pwdb-0.61-r4.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/sys-libs/pwdb/pwdb-0.61-r4.ebuild,v 1.2 2002/12/09 04:37:29 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/pwdb-0.61-r4.ebuild,v 1.3 2002/12/15 10:44:24 bjb Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/${P}.tar HOMEPAGE="http://www.firstlinux.com/cgi-bin/package/content.cgi?ID=6886" LICENSE="PWDB" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" SLOT="0" DEPEND="virtual/glibc" |