diff options
author | 2014-03-28 02:11:20 +0000 | |
---|---|---|
committer | 2014-03-28 02:11:20 +0000 | |
commit | 5dedd38df1a4ad4f0c182393ae79deb4fd7f6962 (patch) | |
tree | 5da53607f1e05411d3f2536d1d3979e72c372dbd /dev-util/gdbus-codegen | |
parent | Fix from upstream for crash when exiting the shell. (diff) | |
download | gentoo-2-5dedd38df1a4ad4f0c182393ae79deb4fd7f6962.tar.gz gentoo-2-5dedd38df1a4ad4f0c182393ae79deb4fd7f6962.tar.bz2 gentoo-2-5dedd38df1a4ad4f0c182393ae79deb4fd7f6962.zip |
Stable for HPPA (bug #499954).
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-util/gdbus-codegen')
-rw-r--r-- | dev-util/gdbus-codegen/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/gdbus-codegen/gdbus-codegen-2.38.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/gdbus-codegen/ChangeLog b/dev-util/gdbus-codegen/ChangeLog index 3428feed9228..26a7d1ed650a 100644 --- a/dev-util/gdbus-codegen/ChangeLog +++ b/dev-util/gdbus-codegen/ChangeLog @@ -1,6 +1,9 @@ # 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.77 2014/03/26 05:47:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.78 2014/03/28 02:11:20 jer Exp $ + + 28 Mar 2014; Jeroen Roovers <jer@gentoo.org> gdbus-codegen-2.38.2.ebuild: + Stable for HPPA (bug #499954). 26 Mar 2014; Mike Frysinger <vapier@gentoo.org> gdbus-codegen-2.38.2.ebuild: Mark arm64/m68k/s390/sh stable. 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 cadbfe754700..448afea861e4 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.6 2014/03/26 05:47:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.38.2.ebuild,v 1.7 2014/03/28 02:11:20 jer 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 arm64 ~hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 ~arm arm64 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}" |