diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-01-28 15:10:03 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-01-28 15:10:03 +0000 |
commit | b00bc174d4fcf3186cf8b377a488efc3bbc9f69c (patch) | |
tree | c7fa9010fa138a8b7a38165cfe8fdc91bb9085a6 /sys-devel/dev86 | |
parent | x86 stable wrt bug #399625 (diff) | |
download | gentoo-2-b00bc174d4fcf3186cf8b377a488efc3bbc9f69c.tar.gz gentoo-2-b00bc174d4fcf3186cf8b377a488efc3bbc9f69c.tar.bz2 gentoo-2-b00bc174d4fcf3186cf8b377a488efc3bbc9f69c.zip |
x86 stable wrt bug #400685
(Portage version: 2.1.10.44/cvs/Linux i686)
Diffstat (limited to 'sys-devel/dev86')
-rw-r--r-- | sys-devel/dev86/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/dev86/dev86-0.16.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/dev86/ChangeLog b/sys-devel/dev86/ChangeLog index 7fd887ae16ea..b809365e8e07 100644 --- a/sys-devel/dev86/ChangeLog +++ b/sys-devel/dev86/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/dev86 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/dev86/ChangeLog,v 1.21 2012/01/25 23:06:50 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/dev86/ChangeLog,v 1.22 2012/01/28 15:10:03 phajdan.jr Exp $ + + 28 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> dev86-0.16.18.ebuild: + x86 stable wrt bug #400685 25 Jan 2012; Markos Chandras <hwoarang@gentoo.org> dev86-0.16.18.ebuild: Stable on amd64 wrt bug #400685 diff --git a/sys-devel/dev86/dev86-0.16.18.ebuild b/sys-devel/dev86/dev86-0.16.18.ebuild index e45c0a6219f1..d46dff2270db 100644 --- a/sys-devel/dev86/dev86-0.16.18.ebuild +++ b/sys-devel/dev86/dev86-0.16.18.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/sys-devel/dev86/dev86-0.16.18.ebuild,v 1.3 2012/01/25 23:06:50 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/dev86/dev86-0.16.18.ebuild,v 1.4 2012/01/28 15:10:03 phajdan.jr Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.debath.co.uk/dev86/Dev86src-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="sys-devel/bin86" |