diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-01 19:52:52 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-01 19:52:52 +0000 |
commit | 1917ae197cdc35f087ebcf1c011090a4b49c92c0 (patch) | |
tree | e600d5bab6c5aabff52e96e0b5ba0d1ac4c2d0b3 /app-arch/makeself | |
parent | Transfer Prefix keywords (diff) | |
download | historical-1917ae197cdc35f087ebcf1c011090a4b49c92c0.tar.gz historical-1917ae197cdc35f087ebcf1c011090a4b49c92c0.tar.bz2 historical-1917ae197cdc35f087ebcf1c011090a4b49c92c0.zip |
Transfer Prefix keywords
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'app-arch/makeself')
-rw-r--r-- | app-arch/makeself/ChangeLog | 8 | ||||
-rw-r--r-- | app-arch/makeself/makeself-2.1.5.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-arch/makeself/ChangeLog b/app-arch/makeself/ChangeLog index c96676ad3566..35c962bc9a9f 100644 --- a/app-arch/makeself/ChangeLog +++ b/app-arch/makeself/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/makeself -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.21 2009/02/26 19:27:42 vapier Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.22 2010/01/01 19:35:26 fauli Exp $ + + 01 Jan 2010; Christian Faulhammer <fauli@gentoo.org> + makeself-2.1.5.ebuild: + Transfer Prefix keywords 26 Feb 2009; Mike Frysinger <vapier@gentoo.org> +files/makeself-unpack, makeself-2.1.5.ebuild: diff --git a/app-arch/makeself/makeself-2.1.5.ebuild b/app-arch/makeself/makeself-2.1.5.ebuild index b0f5d908cc3b..68c019584f03 100644 --- a/app-arch/makeself/makeself-2.1.5.ebuild +++ b/app-arch/makeself/makeself-2.1.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5.ebuild,v 1.8 2009/02/26 19:27:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5.ebuild,v 1.9 2010/01/01 19:35:26 fauli Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.megastep.org/makeself/${P}.run" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 hppa ppc s390 x86" +KEYWORDS="amd64 hppa ppc s390 x86 ~amd64-linux ~x86-linux" IUSE="" S=${WORKDIR} |