diff options
author | 2014-07-10 19:47:09 +0000 | |
---|---|---|
committer | 2014-07-10 19:47:09 +0000 | |
commit | 02bc8f33eff029c0d77a5d8d159da1de50c67de1 (patch) | |
tree | 09aa34ae81fcfbe4027346615ed3b4b00cac5ef5 /net-analyzer/bwbar | |
parent | EAPI bump. Clean up patch. (diff) | |
download | gentoo-2-02bc8f33eff029c0d77a5d8d159da1de50c67de1.tar.gz gentoo-2-02bc8f33eff029c0d77a5d8d159da1de50c67de1.tar.bz2 gentoo-2-02bc8f33eff029c0d77a5d8d159da1de50c67de1.zip |
Stable for AMD64 too.
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/bwbar')
-rw-r--r-- | net-analyzer/bwbar/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/bwbar/bwbar-1.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/bwbar/ChangeLog b/net-analyzer/bwbar/ChangeLog index 0c23bffdb961..9288dea19e15 100644 --- a/net-analyzer/bwbar/ChangeLog +++ b/net-analyzer/bwbar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/bwbar # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwbar/ChangeLog,v 1.9 2014/07/10 19:44:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwbar/ChangeLog,v 1.10 2014/07/10 19:47:09 jer Exp $ + + 10 Jul 2014; Jeroen Roovers <jer@gentoo.org> bwbar-1.2.3.ebuild: + Stable for AMD64 too. 10 Jul 2014; Jeroen Roovers <jer@gentoo.org> bwbar-1.2.3.ebuild, files/bwbar-1.2.3-libpng15.patch: diff --git a/net-analyzer/bwbar/bwbar-1.2.3.ebuild b/net-analyzer/bwbar/bwbar-1.2.3.ebuild index f9635f46302e..28f500e51604 100644 --- a/net-analyzer/bwbar/bwbar-1.2.3.ebuild +++ b/net-analyzer/bwbar/bwbar-1.2.3.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/net-analyzer/bwbar/bwbar-1.2.3.ebuild,v 1.5 2014/07/10 19:44:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwbar/bwbar-1.2.3.ebuild,v 1.6 2014/07/10 19:47:09 jer Exp $ EAPI=5 inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://kernel/software/web/bwbar/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" RDEPEND=">=media-libs/libpng-1.2" DEPEND="${RDEPEND}" |