diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-10-23 13:57:03 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-10-23 13:57:03 +0000 |
commit | 3e7d989e89c4a7f9f95720eef4c6317b790de29b (patch) | |
tree | 4cde812ea97b0d2ea31216275e36e86fe0c6cae5 /dev-cpp/gflags | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-2-3e7d989e89c4a7f9f95720eef4c6317b790de29b.tar.gz gentoo-2-3e7d989e89c4a7f9f95720eef4c6317b790de29b.tar.bz2 gentoo-2-3e7d989e89c4a7f9f95720eef4c6317b790de29b.zip |
amd64/x86 stable, bug #525966
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-cpp/gflags')
-rw-r--r-- | dev-cpp/gflags/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/gflags/gflags-2.1.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/gflags/ChangeLog b/dev-cpp/gflags/ChangeLog index d2bd5add52db..54740edc66c4 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.29 2014/07/17 00:27:58 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.30 2014/10/23 13:57:03 pacho Exp $ + + 23 Oct 2014; Pacho Ramos <pacho@gentoo.org> gflags-2.1.1-r1.ebuild: + amd64/x86 stable, bug #525966 *gflags-9999 (17 Jul 2014) diff --git a/dev-cpp/gflags/gflags-2.1.1-r1.ebuild b/dev-cpp/gflags/gflags-2.1.1-r1.ebuild index 5879adc2ca2a..9bb9b8e0b2fd 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 # 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.1 2014/07/16 14:53:36 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-2.1.1-r1.ebuild,v 1.2 2014/10/23 13:57:03 pacho 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" ) |