diff options
author | Bjoern Brauel <bjb@gentoo.org> | 2002-12-15 10:44:12 +0000 |
---|---|---|
committer | Bjoern Brauel <bjb@gentoo.org> | 2002-12-15 10:44:12 +0000 |
commit | 94ffe89a6934f469343136b0655c68d35fd04785 (patch) | |
tree | d091d9ced5a02148e66b230ad9c98224a4651f7a /dev-libs/libpcre | |
parent | During removal of sparc64 keywords from the ebuilds a bad sed introduced prob... (diff) | |
download | historical-94ffe89a6934f469343136b0655c68d35fd04785.tar.gz historical-94ffe89a6934f469343136b0655c68d35fd04785.tar.bz2 historical-94ffe89a6934f469343136b0655c68d35fd04785.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 'dev-libs/libpcre')
-rw-r--r-- | dev-libs/libpcre/libpcre-3.9-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libpcre/libpcre-3.9-r1.ebuild b/dev-libs/libpcre/libpcre-3.9-r1.ebuild index a2aecf12d5a0..246cbfe928f3 100644 --- a/dev-libs/libpcre/libpcre-3.9-r1.ebuild +++ b/dev-libs/libpcre/libpcre-3.9-r1.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="http://www.pcre.org/" SLOT="3" LICENSE="as-is" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" DEPEND="virtual/glibc" |