diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-07-02 23:57:49 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-07-02 23:57:49 +0000 |
commit | e83fa28a489e99b99fa166dac2533755e7c34877 (patch) | |
tree | 68af3be37822a3431efc6dcf0716458497c07cee /dev-util | |
parent | Use the EAPI2 SRC_URI arrows to avoid the Wiki screwing up the file. (diff) | |
download | gentoo-2-e83fa28a489e99b99fa166dac2533755e7c34877.tar.gz gentoo-2-e83fa28a489e99b99fa166dac2533755e7c34877.tar.bz2 gentoo-2-e83fa28a489e99b99fa166dac2533755e7c34877.zip |
Marked ~hppa too.
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/libconf/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/libconf/libconf-0.42.10-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/libconf/ChangeLog b/dev-util/libconf/ChangeLog index 1a12a5dc0857..2e07e056ca3f 100644 --- a/dev-util/libconf/ChangeLog +++ b/dev-util/libconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/libconf -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/libconf/ChangeLog,v 1.47 2008/02/29 03:16:10 ranger Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/libconf/ChangeLog,v 1.48 2009/07/02 23:57:49 jer Exp $ + + 02 Jul 2009; Jeroen Roovers <jer@gentoo.org> libconf-0.42.10-r1.ebuild: + Marked ~hppa too. 29 Feb 2008; Brent Baude <ranger@gentoo.org> libconf-0.42.10-r1.ebuild: keyworded ~arch for ppc64, bug 211757 diff --git a/dev-util/libconf/libconf-0.42.10-r1.ebuild b/dev-util/libconf/libconf-0.42.10-r1.ebuild index 9fe61bf7e7ca..dee32a26eded 100644 --- a/dev-util/libconf/libconf-0.42.10-r1.ebuild +++ b/dev-util/libconf/libconf-0.42.10-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/libconf/libconf-0.42.10-r1.ebuild,v 1.7 2008/02/29 03:16:10 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/libconf/libconf-0.42.10-r1.ebuild,v 1.8 2009/07/02 23:57:49 jer Exp $ inherit eutils multilib toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="http://damien.krotkine.com/libconf/dist/${MY_P}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="python ruby" DEPEND="dev-lang/perl |