diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2014-03-13 19:46:44 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2014-03-13 19:46:44 +0000 |
commit | e5a3911d906c601a14a939193d3bf80972e151ad (patch) | |
tree | 87f59c360cecdef581ddd1935eef2427915083ff /dev-util | |
parent | added ~x64-macos (tested by me) (diff) | |
download | gentoo-2-e5a3911d906c601a14a939193d3bf80972e151ad.tar.gz gentoo-2-e5a3911d906c601a14a939193d3bf80972e151ad.tar.bz2 gentoo-2-e5a3911d906c601a14a939193d3bf80972e151ad.zip |
added ~x64-macos (tested by me)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/gdbus-codegen/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/gdbus-codegen/gdbus-codegen-2.38.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/gdbus-codegen/ChangeLog b/dev-util/gdbus-codegen/ChangeLog index 8c62b4ac04fd..d20452bd488b 100644 --- a/dev-util/gdbus-codegen/ChangeLog +++ b/dev-util/gdbus-codegen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/gdbus-codegen # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.75 2014/03/09 11:56:15 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.76 2014/03/13 19:46:44 ottxor Exp $ + + 13 Mar 2014; Christoph Junghans <ottxor@gentoo.org> + gdbus-codegen-2.38.2.ebuild: + added ~x64-macos (tested by me) 09 Mar 2014; Pacho Ramos <pacho@gentoo.org> gdbus-codegen-2.38.2.ebuild: x86 stable, bug 499954 diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.38.2.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.38.2.ebuild index b8a90cc9518b..1aa58aa0a5d3 100644 --- a/dev-util/gdbus-codegen/gdbus-codegen-2.38.2.ebuild +++ b/dev-util/gdbus-codegen/gdbus-codegen-2.38.2.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-util/gdbus-codegen/gdbus-codegen-2.38.2.ebuild,v 1.4 2014/03/09 11:56:15 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.38.2.ebuild,v 1.5 2014/03/13 19:46:44 ottxor Exp $ EAPI="5" GNOME_ORG_MODULE="glib" @@ -14,7 +14,7 @@ HOMEPAGE="http://www.gtk.org/" LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos" IUSE="" RDEPEND="${PYTHON_DEPS}" |