diff options
author | 2012-01-15 15:43:13 +0000 | |
---|---|---|
committer | 2012-01-15 15:43:13 +0000 | |
commit | 5ffba472285d27625d843d841d315f0b79c1287f (patch) | |
tree | 12d49c496a3e74227d05222918f18774ae45dc2c /app-arch/unmakeself | |
parent | x86 stable wrt bug #396763 (diff) | |
download | gentoo-2-5ffba472285d27625d843d841d315f0b79c1287f.tar.gz gentoo-2-5ffba472285d27625d843d841d315f0b79c1287f.tar.bz2 gentoo-2-5ffba472285d27625d843d841d315f0b79c1287f.zip |
x86 stable wrt bug #396765
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'app-arch/unmakeself')
-rw-r--r-- | app-arch/unmakeself/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/unmakeself/unmakeself-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/unmakeself/ChangeLog b/app-arch/unmakeself/ChangeLog index 6dc7041aa632..271a6fa80d81 100644 --- a/app-arch/unmakeself/ChangeLog +++ b/app-arch/unmakeself/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/unmakeself # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unmakeself/ChangeLog,v 1.10 2012/01/04 16:54:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unmakeself/ChangeLog,v 1.11 2012/01/15 15:43:13 phajdan.jr Exp $ + + 15 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> unmakeself-1.1.ebuild: + x86 stable wrt bug #396765 04 Jan 2012; Agostino Sarubbo <ago@gentoo.org> unmakeself-1.1.ebuild: Stable for AMD64, wrt bug #396765 diff --git a/app-arch/unmakeself/unmakeself-1.1.ebuild b/app-arch/unmakeself/unmakeself-1.1.ebuild index 38743c12f693..befe45609a6c 100644 --- a/app-arch/unmakeself/unmakeself-1.1.ebuild +++ b/app-arch/unmakeself/unmakeself-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unmakeself/unmakeself-1.1.ebuild,v 1.2 2012/01/04 16:54:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unmakeself/unmakeself-1.1.ebuild,v 1.3 2012/01/15 15:43:13 phajdan.jr Exp $ EAPI=2 inherit toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="app-arch/libarchive[bzip2,zlib]" |