diff options
author | Pacho Ramos <pacho@gentoo.org> | 2009-12-23 18:44:33 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2009-12-23 18:44:33 +0000 |
commit | 042c463057928b3f8374850e948d56334a8909a5 (patch) | |
tree | 8dde722a25f976adf4b32806a071cc5018d119a2 /app-misc/ifp-line | |
parent | Fixed encoding in ChangeLog (diff) | |
download | gentoo-2-042c463057928b3f8374850e948d56334a8909a5.tar.gz gentoo-2-042c463057928b3f8374850e948d56334a8909a5.tar.bz2 gentoo-2-042c463057928b3f8374850e948d56334a8909a5.zip |
amd64 stable, bug 269277
(Portage version: 2.1.7.15/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/ifp-line')
-rw-r--r-- | app-misc/ifp-line/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/ifp-line/ifp-line-0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/ifp-line/ChangeLog b/app-misc/ifp-line/ChangeLog index a977ec607141..bf9816de3821 100644 --- a/app-misc/ifp-line/ChangeLog +++ b/app-misc/ifp-line/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/ifp-line # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ifp-line/ChangeLog,v 1.20 2009/12/16 22:50:57 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ifp-line/ChangeLog,v 1.21 2009/12/23 18:44:33 pacho Exp $ + + 23 Dec 2009; Pacho Ramos <pacho@gentoo.org> ifp-line-0.3.ebuild: + amd64 stable, bug 269277 16 Dec 2009; Christian Faulhammer <fauli@gentoo.org> ifp-line-0.3.ebuild: stable x86, bug 269277 diff --git a/app-misc/ifp-line/ifp-line-0.3.ebuild b/app-misc/ifp-line/ifp-line-0.3.ebuild index 55e35bff55ce..6f152b4ff445 100644 --- a/app-misc/ifp-line/ifp-line-0.3.ebuild +++ b/app-misc/ifp-line/ifp-line-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ifp-line/ifp-line-0.3.ebuild,v 1.5 2009/12/16 22:50:57 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ifp-line/ifp-line-0.3.ebuild,v 1.6 2009/12/23 18:44:33 pacho Exp $ EAPI=2 inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ifp-driver/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="" RDEPEND="dev-libs/libusb" |