diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-14 18:47:56 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-14 18:47:56 +0000 |
commit | d34d901eb5047c3ab158d5b6d2b8555b9d770bdd (patch) | |
tree | 5f550958de42d74c05f6234067321b221e4d523c /dev-lang/orc | |
parent | amd64 stable, bug 534012 (diff) | |
download | gentoo-2-d34d901eb5047c3ab158d5b6d2b8555b9d770bdd.tar.gz gentoo-2-d34d901eb5047c3ab158d5b6d2b8555b9d770bdd.tar.bz2 gentoo-2-d34d901eb5047c3ab158d5b6d2b8555b9d770bdd.zip |
amd64 stable, bug 534012
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-lang/orc')
-rw-r--r-- | dev-lang/orc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/orc/orc-0.4.23.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/orc/ChangeLog b/dev-lang/orc/ChangeLog index 2c1c04b855a4..48d2a29b56ee 100644 --- a/dev-lang/orc/ChangeLog +++ b/dev-lang/orc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/orc -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.44 2014/12/24 14:36:20 leio Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.45 2015/03/14 18:47:56 pacho Exp $ + + 14 Mar 2015; Pacho Ramos <pacho@gentoo.org> orc-0.4.23.ebuild: + amd64 stable, bug 534012 *orc-0.4.23 (24 Dec 2014) diff --git a/dev-lang/orc/orc-0.4.23.ebuild b/dev-lang/orc/orc-0.4.23.ebuild index 2228bbf3f949..3480ce8dc86a 100644 --- a/dev-lang/orc/orc-0.4.23.ebuild +++ b/dev-lang/orc/orc-0.4.23.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.23.ebuild,v 1.1 2014/12/24 14:36:20 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.23.ebuild,v 1.2 2015/03/14 18:47:56 pacho Exp $ EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz" LICENSE="BSD BSD-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="examples static-libs" RDEPEND="" |