diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-06-30 08:34:40 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-06-30 08:34:40 +0000 |
commit | c0b4d4baa754143a940c6bf976eaa2eb4c834fde (patch) | |
tree | a7e042db4146dd0018035469f26ac545b9e72714 /dev-libs/libx86 | |
parent | stable x86, bug 274903 (diff) | |
download | gentoo-2-c0b4d4baa754143a940c6bf976eaa2eb4c834fde.tar.gz gentoo-2-c0b4d4baa754143a940c6bf976eaa2eb4c834fde.tar.bz2 gentoo-2-c0b4d4baa754143a940c6bf976eaa2eb4c834fde.zip |
stable x86, bug 267719
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-libs/libx86')
-rw-r--r-- | dev-libs/libx86/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libx86/libx86-1.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/libx86/ChangeLog b/dev-libs/libx86/ChangeLog index a6b844baf327..50b4fe75217a 100644 --- a/dev-libs/libx86/ChangeLog +++ b/dev-libs/libx86/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libx86 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libx86/ChangeLog,v 1.11 2008/09/15 12:55:28 pva Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libx86/ChangeLog,v 1.12 2009/06/30 08:34:40 fauli Exp $ + + 30 Jun 2009; Christian Faulhammer <fauli@gentoo.org> libx86-1.1-r1.ebuild: + stable x86, bug 267719 15 Sep 2008; Peter Volkov <pva@gentoo.org> libx86-1.1-r1.ebuild: Use correct compiler, bug #237383, thank Jeroen Roovers for notice. diff --git a/dev-libs/libx86/libx86-1.1-r1.ebuild b/dev-libs/libx86/libx86-1.1-r1.ebuild index 844f179095d9..189d38d895ed 100644 --- a/dev-libs/libx86/libx86-1.1-r1.ebuild +++ b/dev-libs/libx86/libx86-1.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libx86/libx86-1.1-r1.ebuild,v 1.2 2008/09/15 12:55:28 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libx86/libx86-1.1-r1.ebuild,v 1.3 2009/06/30 08:34:40 fauli Exp $ inherit eutils multilib toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://www.codon.org.uk/~mjg59/${PN}/downloads/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" src_unpack() { |