diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-04 16:54:46 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-04 16:54:46 +0000 |
commit | 782c575d38cb7a0e34b611a8f531b310139efe65 (patch) | |
tree | 1462c407dfba07b428f15d94ee6427d11b05a794 /app-arch/unmakeself | |
parent | Stable for AMD64, wrt bug #396777 (diff) | |
download | gentoo-2-782c575d38cb7a0e34b611a8f531b310139efe65.tar.gz gentoo-2-782c575d38cb7a0e34b611a8f531b310139efe65.tar.bz2 gentoo-2-782c575d38cb7a0e34b611a8f531b310139efe65.zip |
Stable for AMD64, wrt bug #396765
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/unmakeself')
-rw-r--r-- | app-arch/unmakeself/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/unmakeself/unmakeself-1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-arch/unmakeself/ChangeLog b/app-arch/unmakeself/ChangeLog index 58328b8746d0..6dc7041aa632 100644 --- a/app-arch/unmakeself/ChangeLog +++ b/app-arch/unmakeself/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/unmakeself -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unmakeself/ChangeLog,v 1.9 2011/11/17 18:58:38 hwoarang Exp $ +# 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 $ + + 04 Jan 2012; Agostino Sarubbo <ago@gentoo.org> unmakeself-1.1.ebuild: + Stable for AMD64, wrt bug #396765 17 Nov 2011; Markos Chandras <hwoarang@gentoo.org> metadata.xml: Change developer's email diff --git a/app-arch/unmakeself/unmakeself-1.1.ebuild b/app-arch/unmakeself/unmakeself-1.1.ebuild index 19320dc4856e..38743c12f693 100644 --- a/app-arch/unmakeself/unmakeself-1.1.ebuild +++ b/app-arch/unmakeself/unmakeself-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.1 2010/05/28 13:09:14 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unmakeself/unmakeself-1.1.ebuild,v 1.2 2012/01/04 16:54:46 ago 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]" |