diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-04-21 17:57:59 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-04-21 17:57:59 +0000 |
commit | 2a96230dff30190ba1bd6cb856d6bfcbe23551eb (patch) | |
tree | df3219d8c0279941fd97427d73bec1b86d8eb03b /sys-devel/autoconf-wrapper | |
parent | stable x86, bug 313827 (diff) | |
download | gentoo-2-2a96230dff30190ba1bd6cb856d6bfcbe23551eb.tar.gz gentoo-2-2a96230dff30190ba1bd6cb856d6bfcbe23551eb.tar.bz2 gentoo-2-2a96230dff30190ba1bd6cb856d6bfcbe23551eb.zip |
stable x86, bug 311967
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'sys-devel/autoconf-wrapper')
-rw-r--r-- | sys-devel/autoconf-wrapper/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/autoconf-wrapper/autoconf-wrapper-8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/autoconf-wrapper/ChangeLog b/sys-devel/autoconf-wrapper/ChangeLog index fa929be66d96..341cd67a73c4 100644 --- a/sys-devel/autoconf-wrapper/ChangeLog +++ b/sys-devel/autoconf-wrapper/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/autoconf-wrapper # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/ChangeLog,v 1.68 2010/01/17 05:39:13 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/ChangeLog,v 1.69 2010/04/21 17:57:59 fauli Exp $ + + 21 Apr 2010; Christian Faulhammer <fauli@gentoo.org> + autoconf-wrapper-8.ebuild: + stable x86, bug 311967 17 Jan 2010; Jonathan Callen <abcd@gentoo.org> autoconf-wrapper-8.ebuild: Transfer prefix keywords diff --git a/sys-devel/autoconf-wrapper/autoconf-wrapper-8.ebuild b/sys-devel/autoconf-wrapper/autoconf-wrapper-8.ebuild index 724ff9ec1a77..98eeb7511a42 100644 --- a/sys-devel/autoconf-wrapper/autoconf-wrapper-8.ebuild +++ b/sys-devel/autoconf-wrapper/autoconf-wrapper-8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/autoconf-wrapper-8.ebuild,v 1.2 2010/01/17 05:39:13 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/autoconf-wrapper-8.ebuild,v 1.3 2010/04/21 17:57:59 fauli Exp $ inherit multilib @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" S=${WORKDIR} |