diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-07-09 19:05:25 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-07-09 19:05:25 +0000 |
commit | 04f3b5b9d858bc95eae23b0954eec12439d427b3 (patch) | |
tree | 76cff3a09cde4f4adb62f0d1d90d16ef6286ad1a /www-client | |
parent | Fix build with db-4.7 and fix potential bdb-related rpath issue, thanks to Jo... (diff) | |
download | gentoo-2-04f3b5b9d858bc95eae23b0954eec12439d427b3.tar.gz gentoo-2-04f3b5b9d858bc95eae23b0954eec12439d427b3.tar.bz2 gentoo-2-04f3b5b9d858bc95eae23b0954eec12439d427b3.zip |
Trivial fixes to OPERABUILD text.
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/opera/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/opera/opera-10.00_pre4478.ebuild | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/www-client/opera/ChangeLog b/www-client/opera/ChangeLog index 66a99ef29dc4..587a9cc1dd55 100644 --- a/www-client/opera/ChangeLog +++ b/www-client/opera/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/opera # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.362 2009/07/09 18:57:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.363 2009/07/09 19:05:25 jer Exp $ + + 09 Jul 2009; Jeroen Roovers <jer@gentoo.org> opera-10.00_pre4478.ebuild: + Trivial fixes to OPERABUILD text. 09 Jul 2009; Jeroen Roovers <jer@gentoo.org> opera-10.00_pre4340.ebuild, opera-10.00_pre4345.ebuild, opera-10.00_pre4394.ebuild, diff --git a/www-client/opera/opera-10.00_pre4478.ebuild b/www-client/opera/opera-10.00_pre4478.ebuild index 5dba6d06b237..ba18915834ca 100644 --- a/www-client/opera/opera-10.00_pre4478.ebuild +++ b/www-client/opera/opera-10.00_pre4478.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/www-client/opera/opera-10.00_pre4478.ebuild,v 1.4 2009/07/09 18:57:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-10.00_pre4478.ebuild,v 1.5 2009/07/09 19:05:25 jer Exp $ EAPI="2" @@ -25,11 +25,12 @@ for MY_LINGUA in ${MY_LINGUAS}; do IUSE="${IUSE} linguas_${MY_LINGUA/-/_}" done -# Please check for missing (qt3/qt-static) builds -# and then update the build # number manually +O_U="http://snapshot.opera.com/unix/snapshot-${PV/*_pre}/" + +# 1) Please check for missing (qt3/qt-static) builds +# 2) and only then update the build number manually OPERABUILD="4478" -O_U="http://snapshot.opera.com/unix/snapshot-${PV/*_pre}/" if [ "${PV/*_pre}" = "${OPERABUILD}" ]; then O_P="${P/_pre*/}-${OPERABUILD}" else |