diff options
author | 2014-01-15 12:37:41 +0000 | |
---|---|---|
committer | 2014-01-15 12:37:41 +0000 | |
commit | efea9a9ee2194105e83a3b8c9600eab625afa0b4 (patch) | |
tree | cc9938a2a31be3251f3788127ac6286540d9adcb /dev-libs | |
parent | Stable for sparc, wrt bug #483186 (diff) | |
download | gentoo-2-efea9a9ee2194105e83a3b8c9600eab625afa0b4.tar.gz gentoo-2-efea9a9ee2194105e83a3b8c9600eab625afa0b4.tar.bz2 gentoo-2-efea9a9ee2194105e83a3b8c9600eab625afa0b4.zip |
Stable for sparc, wrt bug #483186
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/redland/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/redland/redland-1.0.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/redland/ChangeLog b/dev-libs/redland/ChangeLog index 3c50e094650a..627b2568368d 100644 --- a/dev-libs/redland/ChangeLog +++ b/dev-libs/redland/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/redland # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/ChangeLog,v 1.119 2014/01/15 12:37:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/ChangeLog,v 1.120 2014/01/15 12:37:41 ago Exp $ + + 15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> redland-1.0.16.ebuild: + Stable for sparc, wrt bug #483186 15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> redland-1.0.16.ebuild: Stable for alpha, wrt bug #483186 diff --git a/dev-libs/redland/redland-1.0.16.ebuild b/dev-libs/redland/redland-1.0.16.ebuild index 30ae2230b3f1..fc26e54676c9 100644 --- a/dev-libs/redland/redland-1.0.16.ebuild +++ b/dev-libs/redland/redland-1.0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.16.ebuild,v 1.11 2014/01/15 12:37:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.16.ebuild,v 1.12 2014/01/15 12:37:41 ago Exp $ EAPI=4 inherit libtool @@ -11,7 +11,7 @@ SRC_URI="http://download.librdf.org/source/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos" IUSE="berkdb iodbc mysql odbc postgres sqlite ssl static-libs +xml" # NOTE: libtool is required for libltdl at runtime |