diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-30 15:10:11 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-30 15:10:11 +0000 |
commit | 05ce22d01e96cafc314fc5a4d2773507e5bd10c0 (patch) | |
tree | 8c5fb5980f302f572a36f6486ef940a1a56ef589 /dev-libs/liborcus | |
parent | Stable for amd64, wrt bug #474066 (diff) | |
download | gentoo-2-05ce22d01e96cafc314fc5a4d2773507e5bd10c0.tar.gz gentoo-2-05ce22d01e96cafc314fc5a4d2773507e5bd10c0.tar.bz2 gentoo-2-05ce22d01e96cafc314fc5a4d2773507e5bd10c0.zip |
Stable for amd64, wrt bug #474066
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/liborcus')
-rw-r--r-- | dev-libs/liborcus/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/liborcus/liborcus-0.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/liborcus/ChangeLog b/dev-libs/liborcus/ChangeLog index 1b7ebd3cd8e4..521ad50d501a 100644 --- a/dev-libs/liborcus/ChangeLog +++ b/dev-libs/liborcus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/liborcus # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/liborcus/ChangeLog,v 1.18 2013/06/21 17:51:57 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/liborcus/ChangeLog,v 1.19 2013/06/30 15:10:11 ago Exp $ + + 30 Jun 2013; Agostino Sarubbo <ago@gentoo.org> liborcus-0.3.0.ebuild: + Stable for amd64, wrt bug #474066 21 Jun 2013; Tomáš Chvátal <scarabeus@gentoo.org> liborcus-0.3.0.ebuild: Subslot on boost and lower the dep so we can stabilize. diff --git a/dev-libs/liborcus/liborcus-0.3.0.ebuild b/dev-libs/liborcus/liborcus-0.3.0.ebuild index 0564776b2d9f..5c03a5febe32 100644 --- a/dev-libs/liborcus/liborcus-0.3.0.ebuild +++ b/dev-libs/liborcus/liborcus-0.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/liborcus/liborcus-0.3.0.ebuild,v 1.7 2013/06/21 17:51:57 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/liborcus/liborcus-0.3.0.ebuild,v 1.8 2013/06/30 15:10:11 ago Exp $ EAPI=5 @@ -17,7 +17,7 @@ HOMEPAGE="http://gitorious.org/orcus/pages/Home" LICENSE="MIT" SLOT="0" [[ ${PV} == 9999 ]] || \ -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="amd64 ~arm ~ppc ~x86" IUSE="static-libs" RDEPEND=" |