diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-09-25 07:51:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-09-25 07:51:49 +0000 |
commit | 8f755d5a48c673ee6651e890fe807da949603aae (patch) | |
tree | c35f2b23db21e6bad642e9b7737d8d07c71958a1 /dev-libs/libol | |
parent | reverse parameter order of replace-cpu-flags #60597 (Manifest recommit) (diff) | |
download | gentoo-2-8f755d5a48c673ee6651e890fe807da949603aae.tar.gz gentoo-2-8f755d5a48c673ee6651e890fe807da949603aae.tar.bz2 gentoo-2-8f755d5a48c673ee6651e890fe807da949603aae.zip |
hppa stable for mr bones
Diffstat (limited to 'dev-libs/libol')
-rw-r--r-- | dev-libs/libol/libol-0.3.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libol/libol-0.3.14.ebuild b/dev-libs/libol/libol-0.3.14.ebuild index 07eaa6d2bbd3..88bf14311a66 100644 --- a/dev-libs/libol/libol-0.3.14.ebuild +++ b/dev-libs/libol/libol-0.3.14.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/dev-libs/libol/libol-0.3.14.ebuild,v 1.2 2004/09/25 00:02:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libol/libol-0.3.14.ebuild,v 1.3 2004/09/25 07:51:49 vapier Exp $ DESCRIPTION="Support library for syslog-ng" HOMEPAGE="http://www.balabit.com/products/syslog_ng/" @@ -8,7 +8,7 @@ SRC_URI="http://www.balabit.com/downloads/libol/0.3/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64 ~ppc64 ~s390" +KEYWORDS="x86 ~ppc ~sparc ~alpha hppa ~mips ~amd64 ~ia64 ~ppc64 ~s390" IUSE="" DEPEND="virtual/libc" |