diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-17 13:46:31 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-17 13:46:31 +0000 |
commit | 30eace9e45ee9a59d67baf1b6c2aa036bcc2bc02 (patch) | |
tree | b11b2f898c6d61b184ec56fa0c82aad3c468267d /dev-libs/libxdg-basedir | |
parent | Stable for ppc, wrt bug #535120 (diff) | |
download | gentoo-2-30eace9e45ee9a59d67baf1b6c2aa036bcc2bc02.tar.gz gentoo-2-30eace9e45ee9a59d67baf1b6c2aa036bcc2bc02.tar.bz2 gentoo-2-30eace9e45ee9a59d67baf1b6c2aa036bcc2bc02.zip |
Stable for ppc, wrt bug #535122
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/libxdg-basedir')
-rw-r--r-- | dev-libs/libxdg-basedir/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libxdg-basedir/ChangeLog b/dev-libs/libxdg-basedir/ChangeLog index cb875780dcdb..7ade02841ea4 100644 --- a/dev-libs/libxdg-basedir/ChangeLog +++ b/dev-libs/libxdg-basedir/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libxdg-basedir # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxdg-basedir/ChangeLog,v 1.40 2015/01/13 16:10:16 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxdg-basedir/ChangeLog,v 1.41 2015/01/17 13:46:31 ago Exp $ + + 17 Jan 2015; Agostino Sarubbo <ago@gentoo.org> libxdg-basedir-1.2.0-r1.ebuild: + Stable for ppc, wrt bug #535122 13 Jan 2015; Jeroen Roovers <jer@gentoo.org> libxdg-basedir-1.2.0-r1.ebuild: Stable for HPPA (bug #535122). diff --git a/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild b/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild index d6aefaf0abfa..a36ddf344f6c 100644 --- a/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild +++ b/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild,v 1.3 2015/01/13 16:10:16 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild,v 1.4 2015/01/17 13:46:31 ago Exp $ EAPI=5 inherit autotools eutils @@ -11,7 +11,7 @@ SRC_URI="http://github.com/devnev/${PN}/archive/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-solaris" +KEYWORDS="amd64 ~arm hppa ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-solaris" IUSE="doc static-libs" RDEPEND="" |