diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-08-07 09:24:24 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-08-07 09:24:24 +0000 |
commit | 3677af3c195fafdd40981e5e1a7d1c91771c6e72 (patch) | |
tree | 2fc489437a71ba3499fdb503b74bb7250c212aef /dev-cpp | |
parent | Stable on arm, wrt bug #479586 (diff) | |
download | gentoo-2-3677af3c195fafdd40981e5e1a7d1c91771c6e72.tar.gz gentoo-2-3677af3c195fafdd40981e5e1a7d1c91771c6e72.tar.bz2 gentoo-2-3677af3c195fafdd40981e5e1a7d1c91771c6e72.zip |
Stable on arm, wrt bug #479720
(Portage version: 2.2.0_alpha193/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gflags/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/gflags/gflags-2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/gflags/ChangeLog b/dev-cpp/gflags/ChangeLog index 3654c1fdc517..872acd0c0ee2 100644 --- a/dev-cpp/gflags/ChangeLog +++ b/dev-cpp/gflags/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/gflags # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.20 2013/08/04 13:41:29 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.21 2013/08/07 09:24:24 pinkbyte Exp $ + + 07 Aug 2013; Sergey Popov <pinkbyte@gentoo.org> gflags-2.0.ebuild: + Stable on arm, wrt bug #479720 04 Aug 2013; Sergey Popov <pinkbyte@gentoo.org> gflags-2.0.ebuild: Stable on amd64 and x86, wrt bug #479720 diff --git a/dev-cpp/gflags/gflags-2.0.ebuild b/dev-cpp/gflags/gflags-2.0.ebuild index 3f40ee16715f..a23a43701211 100644 --- a/dev-cpp/gflags/gflags-2.0.ebuild +++ b/dev-cpp/gflags/gflags-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-2.0.ebuild,v 1.4 2013/08/04 13:41:29 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-2.0.ebuild,v 1.5 2013/08/07 09:24:24 pinkbyte Exp $ EAPI="3" @@ -10,7 +10,7 @@ SRC_URI="http://gflags.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux" IUSE="static-libs" src_configure() { |