diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-07-10 18:41:51 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-07-10 18:41:51 +0000 |
commit | c4947bb67857612f16946278adaee9a427ce5206 (patch) | |
tree | 57fae8e06af5ef94d018c96695bb9dc2aaeea2eb /dev-cpp/libthrowable | |
parent | Version bump wrt #231367 (diff) | |
download | gentoo-2-c4947bb67857612f16946278adaee9a427ce5206.tar.gz gentoo-2-c4947bb67857612f16946278adaee9a427ce5206.tar.bz2 gentoo-2-c4947bb67857612f16946278adaee9a427ce5206.zip |
Stable for HPPA (bug #231233).
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r2-JeR i686)
Diffstat (limited to 'dev-cpp/libthrowable')
-rw-r--r-- | dev-cpp/libthrowable/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/libthrowable/libthrowable-1.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/libthrowable/ChangeLog b/dev-cpp/libthrowable/ChangeLog index ce08234414dd..1e88580eb291 100644 --- a/dev-cpp/libthrowable/ChangeLog +++ b/dev-cpp/libthrowable/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/libthrowable # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libthrowable/ChangeLog,v 1.13 2008/06/04 01:54:36 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libthrowable/ChangeLog,v 1.14 2008/07/10 18:41:51 jer Exp $ + + 10 Jul 2008; Jeroen Roovers <jer@gentoo.org> libthrowable-1.1.0.ebuild: + Stable for HPPA (bug #231233). 04 Jun 2008; Jeroen Roovers <jer@gentoo.org> libthrowable-1.1.0.ebuild: Marked ~hppa too (app-portage/gatt). diff --git a/dev-cpp/libthrowable/libthrowable-1.1.0.ebuild b/dev-cpp/libthrowable/libthrowable-1.1.0.ebuild index 8d603d03b223..b931f782324a 100644 --- a/dev-cpp/libthrowable/libthrowable-1.1.0.ebuild +++ b/dev-cpp/libthrowable/libthrowable-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libthrowable/libthrowable-1.1.0.ebuild,v 1.5 2008/06/04 01:54:36 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libthrowable/libthrowable-1.1.0.ebuild,v 1.6 2008/07/10 18:41:51 jer Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="threads examples" RDEPEND="" |