diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-07-18 11:50:40 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-07-18 11:50:40 +0000 |
commit | 81516d4c231c0079850f43150861d8b85d53315e (patch) | |
tree | d24d5d81b6b03ff015af425d24312c918887de42 /www-apps | |
parent | dev-python/docopt: Test is not available in this version. Next release will h... (diff) | |
download | gentoo-2-81516d4c231c0079850f43150861d8b85d53315e.tar.gz gentoo-2-81516d4c231c0079850f43150861d8b85d53315e.tar.bz2 gentoo-2-81516d4c231c0079850f43150861d8b85d53315e.zip |
Stable for amd64 wrt bug #503004
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/cgit/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/cgit/cgit-0.10.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-apps/cgit/ChangeLog b/www-apps/cgit/ChangeLog index a9d4dedf3dcc..cb1927e5f6c9 100644 --- a/www-apps/cgit/ChangeLog +++ b/www-apps/cgit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/cgit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/ChangeLog,v 1.26 2014/07/04 20:32:57 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/ChangeLog,v 1.27 2014/07/18 11:50:40 nimiux Exp $ + + 18 Jul 2014; Chema Alonso <nimiux@gentoo.org> cgit-0.10.1.ebuild: + Stable for amd64 wrt bug #503004 04 Jul 2014; Julian Ospald <hasufell@gentoo.org> cgit-0.10.1.ebuild, cgit-9999.ebuild: diff --git a/www-apps/cgit/cgit-0.10.1.ebuild b/www-apps/cgit/cgit-0.10.1.ebuild index 2d0509316406..9607db8d8854 100644 --- a/www-apps/cgit/cgit-0.10.1.ebuild +++ b/www-apps/cgit/cgit-0.10.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/cgit-0.10.1.ebuild,v 1.3 2014/07/04 20:32:57 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/cgit-0.10.1.ebuild,v 1.4 2014/07/18 11:50:40 nimiux Exp $ EAPI="4" @@ -19,7 +19,7 @@ SRC_URI="mirror://kernel/software/scm/git/git-${GIT_V}.tar.xz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="doc +highlight +lua +jit" RDEPEND=" |