diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-10-25 11:58:04 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-10-25 11:58:04 +0200 |
commit | a05650c02b047b40e33a0063c9db0b8123bc11a4 (patch) | |
tree | 78fe68cfdbcd4c8493862521ed73c4d1719b8a9e /dev-db/mysql++/mysql++-3.2.2.ebuild | |
parent | 1009df79a0a0562b0348db2ceb7482fafdb4a217 (diff) | |
download | gentoo-a05650c02b047b40e33a0063c9db0b8123bc11a4.tar.gz gentoo-a05650c02b047b40e33a0063c9db0b8123bc11a4.tar.xz |
dev-db/mysql++: Fix patch headers, SRC_URI.
Package-Manager: Portage-2.3.12, Repoman-2.3.3
Diffstat (limited to 'dev-db/mysql++/mysql++-3.2.2.ebuild')
-rw-r--r-- | dev-db/mysql++/mysql++-3.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql++/mysql++-3.2.2.ebuild b/dev-db/mysql++/mysql++-3.2.2.ebuild index c84fd8d97a3..a7f6809512a 100644 --- a/dev-db/mysql++/mysql++-3.2.2.ebuild +++ b/dev-db/mysql++/mysql++-3.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -7,7 +7,7 @@ inherit eutils DESCRIPTION="C++ API interface to the MySQL database" HOMEPAGE="http://tangentsoft.net/mysql++/" -SRC_URI="http://www.tangentsoft.net/mysql++/releases/${P}.tar.gz" +SRC_URI="http://www.tangentsoft.net/mysqlpp/releases/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0/3" |