diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-30 15:48:37 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-30 15:48:37 +0000 |
commit | 258d3a0125861976d7c186ee7c971478af9c4eeb (patch) | |
tree | 71ddf6a70933f2f734e902944cfac329c3b9adf3 /dev-util/patchelf | |
parent | Stable for amd64, wrt bug #454438 (diff) | |
download | gentoo-2-258d3a0125861976d7c186ee7c971478af9c4eeb.tar.gz gentoo-2-258d3a0125861976d7c186ee7c971478af9c4eeb.tar.bz2 gentoo-2-258d3a0125861976d7c186ee7c971478af9c4eeb.zip |
Stable for x86, wrt bug #454620
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-util/patchelf')
-rw-r--r-- | dev-util/patchelf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/patchelf/patchelf-0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/patchelf/ChangeLog b/dev-util/patchelf/ChangeLog index 0f861d5a90a0..9ea5bbe050b6 100644 --- a/dev-util/patchelf/ChangeLog +++ b/dev-util/patchelf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/patchelf # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/ChangeLog,v 1.3 2013/01/30 15:47:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/ChangeLog,v 1.4 2013/01/30 15:48:37 ago Exp $ + + 30 Jan 2013; Agostino Sarubbo <ago@gentoo.org> patchelf-0.6.ebuild: + Stable for x86, wrt bug #454620 30 Jan 2013; Agostino Sarubbo <ago@gentoo.org> patchelf-0.6.ebuild: Stable for amd64, wrt bug #454620 diff --git a/dev-util/patchelf/patchelf-0.6.ebuild b/dev-util/patchelf/patchelf-0.6.ebuild index e97698755f0f..99a0c2d8a1df 100644 --- a/dev-util/patchelf/patchelf-0.6.ebuild +++ b/dev-util/patchelf/patchelf-0.6.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-util/patchelf/patchelf-0.6.ebuild,v 1.2 2013/01/30 15:47:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/patchelf-0.6.ebuild,v 1.3 2013/01/30 15:48:37 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ HOMEPAGE="http://nixos.org/patchelf.html" SRC_URI="http://hydra.nixos.org/build/${NUMBER}/download/2/${P}.tar.bz2" SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" LICENSE="GPL-3" IUSE="" |