mattst88 15/05/21 04:27:43 Modified: npth-1.1.ebuild ChangeLog Log: added ~alpha, bug 546478. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Revision Changes Path 1.5 dev-libs/npth/npth-1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/npth/npth-1.1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/npth/npth-1.1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/npth/npth-1.1.ebuild?r1=1.4&r2=1.5 Index: npth-1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/npth/npth-1.1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- npth-1.1.ebuild 26 Apr 2015 12:49:51 -0000 1.4 +++ npth-1.1.ebuild 21 May 2015 04:27:43 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/npth/npth-1.1.ebuild,v 1.4 2015/04/26 12:49:51 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/npth/npth-1.1.ebuild,v 1.5 2015/05/21 04:27:43 mattst88 Exp $ EAPI=5 inherit autotools-utils @@ -11,5 +11,5 @@ LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~hppa ~arm ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86" IUSE="static-libs" 1.7 dev-libs/npth/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/npth/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/npth/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/npth/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/npth/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 26 Apr 2015 12:49:51 -0000 1.6 +++ ChangeLog 21 May 2015 04:27:43 -0000 1.7 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/npth # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/npth/ChangeLog,v 1.6 2015/04/26 12:49:51 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/npth/ChangeLog,v 1.7 2015/05/21 04:27:43 mattst88 Exp $ + + 21 May 2015; Matt Turner <[email protected]> npth-1.1.ebuild: + added ~alpha, bug 546478. 26 Apr 2015; Anthony G. Basile <[email protected]> npth-0.91.ebuild, npth-1.0.ebuild, npth-1.1.ebuild:
