diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-06-29 02:19:16 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-06-29 02:19:16 +0000 |
commit | 5242ee7ed168972bb5a9e5fa1279f0d8e14f0a23 (patch) | |
tree | d61fc13c9c088cc23528ca14402c4923c17b7ade | |
parent | version bump (diff) | |
download | gentoo-2-5242ee7ed168972bb5a9e5fa1279f0d8e14f0a23.tar.gz gentoo-2-5242ee7ed168972bb5a9e5fa1279f0d8e14f0a23.tar.bz2 gentoo-2-5242ee7ed168972bb5a9e5fa1279f0d8e14f0a23.zip |
Stable for HPPA (bug #275700).
(Portage version: 2.2_rc33/cvs/Linux i686)
-rw-r--r-- | dev-libs/librelp/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/librelp/librelp-0.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/librelp/ChangeLog b/dev-libs/librelp/ChangeLog index eba30cf09500..e1f07c6b05ca 100644 --- a/dev-libs/librelp/ChangeLog +++ b/dev-libs/librelp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/librelp # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/librelp/ChangeLog,v 1.7 2009/05/26 09:25:06 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/librelp/ChangeLog,v 1.8 2009/06/29 02:19:16 jer Exp $ + + 29 Jun 2009; Jeroen Roovers <jer@gentoo.org> librelp-0.1.3.ebuild: + Stable for HPPA (bug #275700). 26 May 2009; Torsten Veller <tove@gentoo.org> librelp-0.1.3.ebuild: Add doc to IUSE diff --git a/dev-libs/librelp/librelp-0.1.3.ebuild b/dev-libs/librelp/librelp-0.1.3.ebuild index 45b95cfdf133..0b183974ca7f 100644 --- a/dev-libs/librelp/librelp-0.1.3.ebuild +++ b/dev-libs/librelp/librelp-0.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/librelp/librelp-0.1.3.ebuild,v 1.2 2009/05/26 09:25:06 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/librelp/librelp-0.1.3.ebuild,v 1.3 2009/06/29 02:19:16 jer Exp $ EAPI="2" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.librelp.com/" SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz" LICENSE="GPL-3 doc? ( FDL-1.3 )" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 hppa ~x86" IUSE="debug doc" DEPEND="" |