diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2012-09-03 17:17:28 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2012-09-03 17:17:28 +0000 |
commit | 565f9b8ee8b864a896300b180f507450afd5fb12 (patch) | |
tree | 93884d8ceddd62bc6932b4d737ffc245433d06a9 /app-arch/rpm2targz | |
parent | Stable revision bump restore install of two missing cmake find modules which ... (diff) | |
download | gentoo-2-565f9b8ee8b864a896300b180f507450afd5fb12.tar.gz gentoo-2-565f9b8ee8b864a896300b180f507450afd5fb12.tar.bz2 gentoo-2-565f9b8ee8b864a896300b180f507450afd5fb12.zip |
added prefix keywords (fix bug #433810)
(Portage version: 2.2.0_alpha124/cvs/Linux i686)
Diffstat (limited to 'app-arch/rpm2targz')
-rw-r--r-- | app-arch/rpm2targz/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/rpm2targz/rpm2targz-9.0.0.5g.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/rpm2targz/ChangeLog b/app-arch/rpm2targz/ChangeLog index 0338fc7c7410..b6868c0d18c6 100644 --- a/app-arch/rpm2targz/ChangeLog +++ b/app-arch/rpm2targz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/rpm2targz # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/ChangeLog,v 1.89 2012/08/20 20:15:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/ChangeLog,v 1.90 2012/09/03 17:17:28 ottxor Exp $ + + 03 Sep 2012; Christoph Junghans <ottxor@gentoo.org> rpm2targz-9.0.0.5g.ebuild: + added prefix keywords (fix bug #433810) 20 Aug 2012; Mike Frysinger <vapier@gentoo.org> rpm2targz-9.0.0.5g.ebuild: Need to specify DESTDIR=$ED manually #397835 by Christoph Junghans. diff --git a/app-arch/rpm2targz/rpm2targz-9.0.0.5g.ebuild b/app-arch/rpm2targz/rpm2targz-9.0.0.5g.ebuild index ea534448967a..dec76c06c0af 100644 --- a/app-arch/rpm2targz/rpm2targz-9.0.0.5g.ebuild +++ b/app-arch/rpm2targz/rpm2targz-9.0.0.5g.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/rpm2targz/rpm2targz-9.0.0.5g.ebuild,v 1.2 2012/08/20 20:15:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/rpm2targz-9.0.0.5g.ebuild,v 1.3 2012/09/03 17:17:28 ottxor Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="app-arch/cpio" |