diff options
Diffstat (limited to 'app-arch/unmakeself/unmakeself-1.1.ebuild')
-rw-r--r-- | app-arch/unmakeself/unmakeself-1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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]" |