diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-05-01 05:49:26 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-05-01 05:49:26 +0000 |
commit | cdb4fce50b0dbd49723af863a2a81fd4454fc6a2 (patch) | |
tree | 857e24b0a7155abc05fb030ccaaeca77f770d35c /dev-cpp/gflags | |
parent | Stable for PPC64 (bug #540844). (diff) | |
download | gentoo-2-cdb4fce50b0dbd49723af863a2a81fd4454fc6a2.tar.gz gentoo-2-cdb4fce50b0dbd49723af863a2a81fd4454fc6a2.tar.bz2 gentoo-2-cdb4fce50b0dbd49723af863a2a81fd4454fc6a2.zip |
Stable for PPC64 (bug #540844).
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-cpp/gflags')
-rw-r--r-- | dev-cpp/gflags/ChangeLog | 7 | ||||
-rw-r--r-- | dev-cpp/gflags/gflags-2.1.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-cpp/gflags/ChangeLog b/dev-cpp/gflags/ChangeLog index 667ebafc56e1..b1c6dcfe7717 100644 --- a/dev-cpp/gflags/ChangeLog +++ b/dev-cpp/gflags/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/gflags -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.32 2014/10/25 16:43:46 kensington Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.33 2015/05/01 05:49:26 jer Exp $ + + 01 May 2015; Jeroen Roovers <jer@gentoo.org> gflags-2.1.1-r1.ebuild: + Stable for PPC64 (bug #540844). 25 Oct 2014; Michael Palimaka <kensington@gentoo.org> -gflags-2.0-r1.ebuild, -gflags-2.0.ebuild: diff --git a/dev-cpp/gflags/gflags-2.1.1-r1.ebuild b/dev-cpp/gflags/gflags-2.1.1-r1.ebuild index f74c1c383441..2647f942b841 100644 --- a/dev-cpp/gflags/gflags-2.1.1-r1.ebuild +++ b/dev-cpp/gflags/gflags-2.1.1-r1.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-cpp/gflags/gflags-2.1.1-r1.ebuild,v 1.3 2014/10/25 14:05:30 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-2.1.1-r1.ebuild,v 1.4 2015/05/01 05:49:26 jer Exp $ EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="https://github.com/schuhschuh/gflags/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux" IUSE="static-libs" PATCHES=( "${FILESDIR}/gflags-2.1.1-libs.patch" ) |